ImportError: cannot import name 'SourceDistribution' from 'pip._internal.distributions.source'

后端 未结 5 1384
悲&欢浪女
悲&欢浪女 2020-12-02 00:50

pip3 install is not working and also pip3 is not being able to downgrade to pip19 from pip20.0:

Rayaans-MacBook-Pro:~ rayaangrewal$ pip3 install         


        
5条回答
  •  天涯浪人
    2020-12-02 01:29

    curl https://bootstrap.pypa.io/get-pip.py | sudo python3

    The above fix fixed the issue for me

提交回复
热议问题