使用easy_install时出现安装错误

时间:2012-10-27 10:18:04

标签: python linux trac

我在Linux Mandriva中安装了Edgewall Trac0.11,我需要一个用于Python2.5的模块setuptools-0.6c11-py2.5.egg。

当我运行以下内容时:

sh setuptools-0.6c11-py2.5.egg

我收到错误:

error: Invalid Python installation: 
unable to open /usr/lib/python2.5/config/Makefile (No such file or directory)

我这样做:http://pypi.python.org/pypi/setuptools#downloads

我可以指定安装路径:

sh setuptools-0.6c11-py2.5.egg --install-dir /var/setuptool

但同样的错误发生了。

我做错了什么?我非常感谢这些信息。谢谢大家。

2 个答案:

答案 0 :(得分:1)

另一种方法是尝试使用以下内容安装setuptools的Mandriva软件包:

$ yum install python-setuptools

答案 1 :(得分:0)

http://pypi.python.org/pypi/pip比easy_install更好,所以请使用它!