赞
踩
1.在pycharm中安装python包,如果使用清华源,命令行可以如下面这样写:
pip install i https://pypi.tuna.tsinghua.edu.cn/simple 包名==版本号
2.如果在安装过程中出现报错信息,Cannot unpack file...这种情况,下面只是示例:
ERROR: Cannot unpack file C:\Users\wpp\AppData\Local\Temp\pip-unpack-rqlph24p\simple (downloaded from C:\Users\wpp\AppData\Local\Temp\pip-req-build-7a0cap2f, content-type: text/html; charset=utf-8); cannot detect archive format ERROR: Cannot determine archive format of C:\Users\wpp\AppData\Local\Temp\pip-req-build-7a0cap2f
3.上述Cannot unpack file...报错,解决方法:
在terminal终端输入这句命令行,来安装对应的包
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn 包名
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。