Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前使用 windows 将数据摄取到 Neo4j 中出现以下错误:
py2neo.packages.httpstream.http.SocketError: unknown error
我有一个工作示例,可能会摄取 100 行 csv,但是当我加载更大的数据集(100,000 行)时,代码会因上面报告的错误而中断。除了数据大小之外,代码没有其他变化。
其他人有类似的问题吗?
解决了。
对我来说,这是 Neo4j 版本的问题。
我改为使用 Neo4j 1.9(即不是我使用的 2.0)并且代码按预期运行。如果您需要运行 Neo4j 2.0,这不是最好的解决方案
路易斯