pkg_resources.DistributionNotFound: pip==0.8.2

论坛 期权论坛 脚本     
匿名技术用户   2021-1-6 16:55   21   0

I had this issue where python's distribute package wasn't installed for some reason. After following the instructions on python-distribute, i got it working.

install the distribute package as follows:

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

hopefully this will resolve your problem with running

$ sudo easy_install

Happy Coding!




Traceback (most recent call last):
  File "/usr/bin/pip", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/bin/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 2713, in <module>
    parse_requirements(__requires__), Environment()
  File "/usr/bin/lib/python2.7/site-packages/distribute-0.6.19-py2.7.egg/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: pip==0.8.2


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

You will have a working easy_install then.


分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:7942463
帖子:1588486
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP