SiRumCz / CSC501

CSC501 assignments
0 stars 1 forks source link

getting py2neo running #68

Closed jonhealy1 closed 4 years ago

jonhealy1 commented 4 years ago

Soroush, have you been able to get py2neo to work? Kevin, would you be able to help you him out? There is the official Neo4j Python driver: https://neo4j.com/developer/python/

Other options might be: Get Docker Compose to work with both neo4j and python container Use a virtual machine Uninstall Python and reinstall Use a virtual environment

soroushysfi commented 4 years ago

Thanks! I was able to fix it. The problem was with python3. I had to update it and after I executed it worked.

jonhealy1 commented 4 years ago

Nice!

jonhealy1 commented 4 years ago

I'm trying to make links between all of the nodes but I am running low on memory. It worked last night when I increased the memory in Docker but today not working.

jonhealy1 commented 4 years ago

fixed it