赞
踩
在使用pip install -i https://pypi.tuna.tsinghua.edu.cn/simple命令安装包时报错
ERROR: Cannot unpack file C:\Users\hp\AppData\Local\Temp\pip-unpack-gp63cpz4\simple.html (downloaded from C:\Users\hp\AppData\Local\Temp\pip-req-build-0ajj0qbw, content-type: text/html); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\hp\AppData\Local\Temp\pip-req-build-0ajj0qbw
看了好多帖子,有说清缓存的,有说换其他源的,试了都没有,最后通过
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
设置电脑源解决,设置好以后可用
pip config get global.index-url
查看设置是否成功
当然修改配置文件也可以,不过对小白用命令修改更友好,希望能帮助大家!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。