Wednesday, 15 April 2015

python 2.7 - offline install for py2neo in ubuntu -



python 2.7 - offline install for py2neo in ubuntu -

i downloaded .zip py2neo github , placed in site-packages folder , ran

pip install py2neo

everything looks it's in right place (i compared windows setup , both contain same files in same places) when run .py get:

importerror: no module named batch *

it sounds paths aren't setup correctly. install, recommend running pip install py2neo line without first downloading zip , allowing pip pull py2neo pypi. alternatively, if trying avoid using network connection server, run python setup.py install within re-create of github repository.

note: want checkout latest release branch github repository before installing. @ time of writing, named release/1.6.4.

python-2.7 ubuntu neo4j py2neo

No comments:

Post a Comment