liuhuanyong / QASystemOnMedicalKG

A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
6.41k stars 2.17k forks source link

build_medicalgraph.py,运行报错 #64

Open lzh1998-jansen opened 1 year ago

lzh1998-jansen commented 1 year ago

image 在执行第二个主函数的时候,报错了,请问怎么解决

fine4303 commented 1 year ago

我也出问题了,请问您现在解决了吗?

fine4303 commented 1 year ago

我回来了,之前用的neo4j先行版,现在调回稳定版了,可以跑了

yulinjiaxue commented 1 year ago

我的也出问题了,请问一下这个是怎么解决的呢

yulinjiaxue commented 1 year ago

我回来了,之前用的neo4j先行版,现在调回稳定版了,可以跑了

具体是调整成什么版本呢

fine4303 commented 1 year ago

我是弄成了社区版4.4的,那个是LTS的。其实我觉得这个问题是数据库没连好。

---原始邮件--- 发件人: @.> 发送时间: 2023年3月9日(周四) 晚上6:57 收件人: @.>; 抄送: @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] build_medicalgraph.py,运行报错 (Issue #64)

我回来了,之前用的neo4j先行版,现在调回稳定版了,可以跑了

具体是调整成什么版本呢

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

yulinjiaxue commented 1 year ago

我是弄成了社区版4.4的,那个是LTS的。其实我觉得这个问题是数据库没连好。 ---原始邮件--- 发件人: @.> 发送时间: 2023年3月9日(周四) 晚上6:57 收件人: @.>; 抄送: @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] build_medicalgraph.py,运行报错 (Issue #64) 我回来了,之前用的neo4j先行版,现在调回稳定版了,可以跑了 具体是调整成什么版本呢 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

跑成功了,十分感谢

Josoope commented 5 months ago

我是弄成了社区版4.4的,那个是LTS的。其实我觉得这个问题是数据库没连好。 ---原始邮件--- 发件人: @.> 发送时间: 2023年3月9日(周四) 晚上6:57 收件人: @.>; 抄送: @.**@.>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] build_medicalgraph.py,运行报错 (Issue #64) 我回来了,之前用的neo4j先行版,现在调回稳定版了,可以跑了 具体是调整成什么版本呢 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***> 我之前安装了5.x,修改了密码。然后卸载重装了4.x,修改密码出现Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure.这个问题

Josoope commented 5 months ago

我是弄成了社区版4.4的,那个是LTS的。其实我觉得这个问题是数据库没连好。 ---原始邮件--- 发件人: @.**> 发送时间: 2023年3月9日(周四) 晚上6:57 收件人: @.**>; 抄送: @.**@.**>; 主题: Re: [liuhuanyong/QASystemOnMedicalKG] buildmedicalgraph.py,运行报错 (Issue #64) 我回来了,之前用的neo4j先行版,现在调回稳定版了,可以跑了 具体是调整成什么版本呢 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @_.***> 我之前安装了5.x,修改了密码。然后卸载重装了4.x,修改密码出现Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication failure.这个问题

打开D:\neo4j\neo4j-community-4.2.4\conf\neo4j.conf文件把dbms.security.auth_enabled=false注释去掉,重新启动数据库neo4j console就可以了