[neo4j报错]py2neo.errors.ClientError: [Request.Invalid] Not Found解决方案

报错源代码

python 复制代码
g = Graph('http://localhost:7687', auth=("neo4j", "password"))

或许这是从网上复制下来的代码,看上去没什么问题,但实际上

要结合具体的浏览器上的地址来看,具体如下:

看到了吗,这里才是要写的地址

因此解决方案也很明显了

解决方案

python 复制代码
g = Graph('neo4j://localhost:7687', auth=("neo4j", "password"))

好了,解决了,记得关注我

相关推荐
小高求学之路20 小时前
Neo4j - 为什么需要图数据库
数据库·neo4j
小高求学之路1 天前
eo4j 图数据库备忘单
数据库·neo4j
郭庆汝2 天前
Neo4j数据库中批量插入数据(数据在.csv文件中)
数据库·neo4j
serve the people2 天前
tensorflow 零基础吃透:TensorFlow 稀疏张量(SparseTensor)的核心操作
人工智能·tensorflow·neo4j
serve the people3 天前
tensorflow 零基础吃透:TensorFlow 稀疏张量(SparseTensor)的核心用法
人工智能·tensorflow·neo4j
serve the people3 天前
tensorflow 零基础吃透:RaggedTensor 的不规则形状与广播机制
人工智能·tensorflow·neo4j
serve the people3 天前
tensorflow 零基础吃透:RaggedTensor 的底层编码原理
人工智能·tensorflow·neo4j
MasonYyp4 天前
简单使用FalkorDB和Neo4j图数据库
数据库·neo4j
黑客思维者5 天前
XGW-9000系列高端新能源电站边缘网关技术可行性分析报告V2
neo4j
serve the people5 天前
tensorflow 零基础吃透:RaggedTensor 的索引与切片(规则 + 示例 + 限制)
人工智能·tensorflow·neo4j