本文主要是介绍报错:【pip Error】ERROR: Cannot determine archive format of C:\Users\YDD\AppData\Local\Temp\pip-req-buil,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
【pip Error】ERROR: Cannot determine archive format of C:\Users\YDD\AppData\Local\Temp\pip-req-build-
使用 pip 换源安装时出现 ERROR: Cannot determine archive format of xxx
解决办法:添加对下载源的信任
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn package_you_want
这篇关于报错:【pip Error】ERROR: Cannot determine archive format of C:\Users\YDD\AppData\Local\Temp\pip-req-buil的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!