DistributionNotFound error after upgrading pip

后端 未结 8 1823
借酒劲吻你
借酒劲吻你 2020-12-31 12:59

In reading about virtualenv here I realized I didn\'t have pip 1.3+, so I ran pip install --upgrade pip and now when I run pip --version i get the

8条回答
  •  隐瞒了意图╮
    2020-12-31 13:03

    I got similar problem today. After some research, I solved it by reinstalling pip using this:-

    python -m pip install --upgrade --force-reinstall pip
    

    Hope somebody would find it helpful.

提交回复
热议问题