Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

通过使用如下文所示的新版Connection profiles指令,以解决 py2neo 2021.2.3 编译报错问题 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

airwzz999
Copy link

self.g = Graph('http://localhost:7474/', auth=("neo4j", "123456"))
解决ValueError: The following settings are not supported: {'http_port': 7474}问题

self.g = Graph('http://localhost:7474/', auth=("neo4j", "123456"))
解决ValueError: The following settings are not supported: {'http_port': 7474}问题
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant