chizhu / KGQA_HLM

基于知识图谱的《红楼梦》人物关系可视化及问答系统
1.12k stars 299 forks source link

由于目标计算机积极拒绝,无法连接。 #12

Open xiqisz opened 4 years ago

xiqisz commented 4 years ago

登录localhost:5000成功后,在搜索人名的时候报错 1.ConnectionRefusedError: [WinError 10061] 由于目标计算机积极拒绝,无法连接。 2.2.urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x0000027035A3FCC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法 连接。 3.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=7474): Max retries exceeded with url: /db/data/transaction/commit (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000027035A3FCC0>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。',))

1254859753 commented 4 years ago

跟我一样的问题,请问您是怎么解决的呢

xiqisz commented 4 years ago

neo4j数据库打开就行了

honey648 commented 2 years ago

neo4j数据库打开就行了 请问一下可以提供一下Python各类包的版本嘛