Receiving the error "ModuleNotFoundError: No module named 'neo4j'" when executing
from neo4j import GraphDatabase
in python3 on Windows
pip freeze shows the following installed:
neo4j==1.7.4
neobolt==1.7.13
neotime==1.7.4
alabaster==0.7.12
anaconda...