花瓣小跑 发表于 2024-8-8 17:02:35

conda快速安装;ERROR: Cannot determine archive format of C:\Users\Liu_

  ERROR: Cannot unpack file C:\Users\Liu_J\AppData\Local\Temp\pip-unpack-owndkqyv\simple.html (downloaded from C:\Users\Liu_J\AppData\Local\Temp\pip-req-build-r_cc2xc4, content-type: text/html); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\Liu_J\AppData\Local\Temp\pip-req-build-r_cc2xc4

我是将虚拟环境 的路径从c盘,cd 到E盘的指定路径后,执行安装下令出现以上错误
执行的下令为 镜像快速安装
pip install h5py i https://pypi.tuna.tsinghua.edu.cn/simple https://i-blog.csdnimg.cn/blog_migrate/b4d55092b0c4c4665ed019243f9c55d0.png

错误的缘故原由
应该设置信托该镜像源
 办理方法   ,镜像源的设置格式:
pip install -i 镜像源 --trusted-host 镜像源 库
我对以上的下令进行更改,如下(安装h5py):
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn h5py https://i-blog.csdnimg.cn/blog_migrate/22180c0a490b41ed26b186f53038c10f.png
 成功安装

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: conda快速安装;ERROR: Cannot determine archive format of C:\Users\Liu_