Want to improve this question? Update the question so it开发者_StackOverflow's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionI am installing neo4j.py on ubuntu 10.04 and i got the following errors while executing:
$ sudo python setup.py install
Traceback (most recent call last):
(...)
File "/usr/local/lib/python2.6/dist-packages/distribute-0.6.14-py2.6.egg/setuptools/sandbox.py", line 31, in <lambda>
{'__file__':setup_script, '__name__':'__main__'}
File "setup.py", line 172, in <module>
File "/tmp/easy_install-p8ABhF/JCC-2.6/helpers/linux.py", line 64, in patch_setuptools
NotImplementedError:
Shared mode is disabled, setuptools patch.43.0.6c11 must be applied to enable it
or the NO_SHARED environment variable must be set to turn off this error.
sudo patch -d /usr/local/lib/python2.6/dist-packages/distribute-0.6.14-py2.6.egg -Nup0 < /tmp/easy_install-p8ABhF/JCC-2.6/jcc/patches/patch.43.0.6c11
See /tmp/easy_install-p8ABhF/JCC-2.6/INSTALL for more information about shared mode.
any clue on how to solve it? thx
Seems this is a python installation problem. what about following the advise on the bottom and try
sudo patch -d /usr/local/lib/python2.6/dist-packages/distribute-0.6.14-py2.6.egg -Nup0 < /tmp/easy_install-p8ABhF/JCC-2.6/jcc/patches/patch.43.0.6c11
精彩评论