问题:导入from neo4j import GraphDatabase执行代码时出现
neo4j._exceptions.BoltHandshakeError: The Neo4J server does not support communication with this driver.
原因:应该是neo4j版本或者neo4j-driver版本过新
解决方法:将版本改为旧版本,即可连接成功
点击file中的settings
选择Project,之后点击python intrepreter
在右侧滑动安装的库