我正在尝试安装软件包,其中一条说明如下,但我收到错误。
easy_install -U distribute pip
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/bin/easy_install", line 9, in <module>
load_entry_point('distribute', 'console_scripts', 'easy_install')()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.1-py2.7.egg/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-3.4.1-py2.7.egg/pkg_resources.py", line 2362, in load_entry_point
raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'easy_install') not found
make: *** [install] Error 1
看看其他类似的问题,我仍然没有找到解决方案,但似乎是某些Python版本或安装冲突?
答案 0 :(得分:5)
问题可能是多个已安装的版本,源于通过aptitude和pip / easy_install安装。这对我有所帮助:
pip uninstall <package>
sudo pip uninstall <package>
sudo aptitude remove <package>
然后重新安装......
答案 1 :(得分:0)
所以我也得到了这个错误,我想我会添加这个以防万一其他人偶然发现这个问题。我尝试用sudo卸载pip而没有它仍然无法正常工作。我看着路径,看起来像是从我的垃圾桶里取出的小点我清理了我的垃圾桶,我的小点开始工作没有任何问题。我还通过finder检查了我的笔记本电脑,确保删除了我的pip的所有实例,除了我的项目文件夹。它