我只是将/usr/bin
中的点子软链接到opt/pypy/bin
,我在那里安装了pip版本的pip。
最初它运行良好,我下载了Django,pil和其他一些常见的库,但是在安装wxpython之后它开始抛出错误。
看来pip相关模块被诅咒但我不太确定,我真的不知道下一步该做什么。
这是错误:
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 with error code 1 in /tmp/pip-build-3ld6pS/lxml