简体   繁体   English

py2neo套接字错误 - 窗口

[英]py2neo socket error - windows

Currently getting the following error using windows to ingest data into Neo4j: 目前使用Windows将数据摄入Neo4j时出现以下错误:

py2neo.packages.httpstream.http.SocketError: unknown error

I have a working example ingesting maybe 100 rows of a csv but the code breaks with the error as reported above when I load a much larger dataset (100,000 rows). 我有一个工作示例摄取可能100行的csv,但是当我加载更大的数据集(100,000行)时,代码会破坏上面报告的错误。 No other change in the code other than data size. 除了数据大小之外,代码中没有其他更改。

Anyone else had a similar problem? 其他人有类似的问题吗?

Solved. 解决了。

For me, this was a problem with Neo4j versions. 对我来说,这是Neo4j版本的一个问题。

I changed to using Neo4j 1.9 (ie not 2.0, as I was using) and the code ran as expected. 我改为使用Neo4j 1.9(即不是2.0,因为我正在使用)并且代码按预期运行。 Not the best solution though if you need to run Neo4j 2.0 如果您需要运行Neo4j 2.0,这不是最好的解决方案

Louis 路易

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM