-
Notifications
You must be signed in to change notification settings - Fork 130
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
DBCreator.py fails during generate, cleardb, etc. #22
Comments
I have a similar issue. Maybe those additional datapoints help.
The same errors occurs on "generate" and and "clear_and_generate". |
I am getting the same issue on windows 10, don't hate I have no choice 👎
Looks like either the creator needs updating or Neo4j needs upgrading If i upgrade Neo4j to the latest version 4.2.1 I get a new error,
This issue is isolated to resetting the DB schema, so if you manual clear the DB then you can dodge this issue. |
updating the python3 libs will resolve the bookmark bolt errors I rewrote the DBCreator.py file to fix the version update issues. You can use this one that works on my updated recon vm |
This fix works for me. pip uninstall neotime neo4j neobolt |
So I was trying to use generate and this is how it worked for me: going to |
This was fixed in #28. |
python3.10 i have the latest ubuntu (22.04) with all updates |
thx. this works for me |
Tried DBCreator in WIN10, Kali, and on a MAC. All 3 trails produce similar issue.
Generate:
raise Neo4jError.hydrate(**metadata)
neo4j.exceptions.ConstraintError: {code: Neo.ClientError.Schema.ConstraintValidationFailed} {message: Node(9) already exists with label
Base
and propertyobjectid
= 'bc40b5a8-8a0b-4f7f-90ed-916aac46a4d6'}ClearDB:
File "/home/kali/.local/lib/python3.8/site-packages/neo4j/data.py", line 141, in index
raise KeyError(key)
KeyError: 'description'
clear_and_generate:
File "/home/kali/.local/lib/python3.8/site-packages/neo4j/data.py", line 141, in index
raise KeyError(key)
KeyError: 'description'
The text was updated successfully, but these errors were encountered: