Skip to content
Advertisement

PyCharm Interpreter configuration error, code example with Neo4j with Python Driver

I started a local neo4j server and work with it using Python (PyCharm)

Installed with (python -m pip install --upgrade neo4j==4.0.0)

Python 3.8

Neo4j 4.0

JavaScript

But when the program starts, it returns an error. What to do?

JavaScript

How can I fix this?

Advertisement

Answer

Probably you have wrong PyCharm Interpreter configuration and/or Run Configuration.

Try running code with console command from Terminal, not from PyCharm.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement