pip安装插件报错。

报错:

Cannot unpack file C:\Windows\TEMP\pip-unpack-4mbfczpj\simple (downloaded from C:\Windows\TEMP\pip-req-build-66uynkdi, content-type: text/html; charset=utf-8); cannot detect
archive format
Cannot determine archive format of C:\Windows\TEMP\pip-req-build-66uynkdi

解决:

   换源

pip install --extra-index-url http://mirrors.aliyun.com/pypi/simple/ config 
或者使用清华源 https://pypi.tuna.tsinghua.edu.cn/simple 

猜你喜欢

转载自www.cnblogs.com/cyanrose/p/12021004.html