无法为pypy安装setuptools

时间:2015-12-15 10:23:40

标签: python pip pypy libs

自定义分发点设置的路径没有文件:

http://python-distribute.org/distribute_setup.py

建议安装。

Setuptools打印linux debian上的下一个错误:

$ pypy ez_setup.py
'import site' failed
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'
$ pypy get-pip.py
'import site' failed
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'

如何处理?

我想为pypy安装第三方python包,例如:

$ pypy pip install pymorphy2

在Windows中,此命令可以正常工作:

$ pypy ez_setup.py

0 个答案:

没有答案