Python 编程 · 2011/05/30 0

easyinstall pkg_resources.DistributionNotFound: distribute

新装的 easy_install 调用时报错 pkg_resources.DistributionNotFound: distribute

后台发现问题是没有安装setuptools,然后快速的安装一个即可:

sudo apt-get install python-setuptools

其实在安装 easy_install 的时候它已经提示我了:

Finished processing dependencies for setuptools==0.6c11