最新版本的setuptools(3.5.1)安装在/Library/Python/2.7/site-packages中。但是当我使用easy_install时,它在/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python中使用了setuptools版本0.6c12dev_r88846。
答案 0 :(得分:1)
您必须删除旧版本的setuptools。
有时它不是那么容易,可能需要尝试:
brew
?,apt-get
...)which
setuptools查找)setuptools
如果我记得很清楚,setuptools的安装说明要求先删除旧版本。
我甚至会建议:
setuptools
setuptools
pip
pip
安装get_pip.py
,如下所述:http://pip.readthedocs.org/en/latest/installing.html#install-pip $ pip install setuptools
即使这些步骤听起来很复杂,你也应该这样做,否则你迟早会遇到奇怪的问题。