python - Error happen when use pip to install modules for pypy -
i soft linked pip in /usr/bin
opt/pypy/bin
, installed pypy version of pip.
initially worked well, , downloaded django, pil , other common libraries, after installing wxpython started throw out error.
it seems pip related modules cursed not quite sure, , don't know next.
here error:
command "/usr/bin/pypy -u -c "import setuptools,tokenize;__file__='/tmp/pip-build-3ld6ps/lxml/setup.py'; exec(compile(getattr(tokenize, 'open',open) (__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-lk69xj-record/install-record.txt --single-version-externally-managed --compile" failed error code 1 in /tmp/pip-build-3ld6ps/lxml
Comments
Post a Comment