赞
踩
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
错误的原因
应该设置信任该镜像源
解决方法 ,镜像源的设置格式:
pip install -i 镜像源 --trusted-host 镜像源 库
我对以上的命令进行更改,如下(安装h5py):
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn h5py
成功安装
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。