使用pip为pypy安装模块时发生错误

时间:2016-02-08 11:20:14

标签: python pip

我只是将/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

0 个答案:

没有答案