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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -