首页 > 编程语言 > 详细

Python ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

时间:2020-02-15 09:52:39      阅读:1928      评论:0      收藏:0      [点我收藏+]

1.安装包的时候出现的问题

技术分享图片

 

 2.试了好多方法,终于

pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --ignore-installed

 技术分享图片

 

 安装成功

Python ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

原文:https://www.cnblogs.com/mke2fs/p/12310663.html

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