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

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.

 

 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.

 

 安装成功

相关文章:

  • 2021-04-09
  • 2021-12-10
  • 2021-12-09
  • 2022-01-12
  • 2021-12-15
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2021-06-27
相关资源
相似解决方案