首页 > 其他 > 详细

pip install ImportError: cannot import name 'SourceDistribution'

时间:2020-01-25 16:30:15      阅读:550      评论:0      收藏:0      [点我收藏+]
问题原因: pip v20.0的bug
解决办法:手动升级pip


curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Then run the following command in the folder where you have downloaded get-pip.py:

python get-pip.py

pip install ImportError: cannot import name 'SourceDistribution'

原文:https://www.cnblogs.com/dhcn/p/12233120.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!