You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug came about after following the "Conda development environtment" install instructions; then using a Jupyter Notebook (see example notebooks in tutorial) to manage the polyglotdb scripts. There seems to be a Neo4j configuration error when communicating with Jupyter Notebook.
File "/home/michael/miniconda3/envs/polyglotdb-dev/lib/python3.10/site-packages/neo4j/io/_common.py", line 244, in on_failure
raise Neo4jError.hydrate(**metadata)
neo4j.exceptions.DatabaseError: {code: Neo.DatabaseError.General.UnknownError} {message: Could not initialize class org.eclipse.collections.impl.utility.LazyIterate}
The text was updated successfully, but these errors were encountered:
This bug came about after following the "Conda development environtment" install instructions; then using a Jupyter Notebook (see example notebooks in tutorial) to manage the polyglotdb scripts. There seems to be a Neo4j configuration error when communicating with Jupyter Notebook.
The text was updated successfully, but these errors were encountered: