pip安装库 ERROR: Cannot unpack file C:\Users\admin\AppData...报错解决方法

简介: Cannot unpack file

一、报错



使用清华源安装 mysqlclient 时,出现 Cannot unpack file 报错:


pipinstallmysqlclient==1.3.12-index-urlhttps://pypi.douban.com/simpleERROR: CannotunpackfileC:\Users\songjian\AppData\Local\Temp\pip-unpack-vmrr5ivz\simple.htm (downloadedfromC:\Users\songjian\AppData\Local\Temp\pip-req-build-kxphz3oa, content-type: text/html); cannotdetectarchiveformatERROR: CannotdeterminearchiveformatofC:\Users\songjian\AppData\Local\Temp\pip-req-build-kxphz3oa


二、解决办法


pipinstallmysqlclient==1.3.12-ihttps://pypi.douban.com/simple--trust-host=pypi.douban.com


其他 pip 常用换源的国内镜像网站

阿里云:http://mirrors.aliyun.com/pypi/simple/

中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/

清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/

目录
相关文章
|
2月前
|
异构计算 Python
ERROR: pip’s dependency resolver does not currently take into 报错-Python项目依赖冲突的解决方案-优雅草优雅草卓伊凡
ERROR: pip’s dependency resolver does not currently take into 报错-Python项目依赖冲突的解决方案-优雅草优雅草卓伊凡
320 1
|
2月前
|
人工智能 Shell Python
ERROR: pip’s dependency resolver does not currently take into 报错-Python项目依赖冲突的解决方案-优雅草优雅草卓伊凡
ERROR: pip’s dependency resolver does not currently take into 报错-Python项目依赖冲突的解决方案-优雅草优雅草卓伊凡
214 0
|
Python
pip批量安装Python库 requirement.txt 离线环境无互联网环境下pip安装Python库
pip批量安装Python库 requirement.txt 离线环境无互联网环境下pip安装Python库
830 3
|
自然语言处理 搜索推荐 程序员
【Python】如何使用pip,安装第三方库和生成二维码、操作Excel
【Python】如何使用pip,安装第三方库和生成二维码、操作Excel
282 0
|
机器学习/深度学习 Linux 开发者
Python必备工具:pip的安装与管理
Python必备工具:pip的安装与管理
1579 0
|
Python
python一键导出/导入pip库
python一键导出/导入pip库
399 0
|
Linux Shell Python
centos执行pip3 install etcd3报错
centos执行pip3 install etcd3报错
|
缓存 Python
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-npf9报错
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-npf9报错
pip安装iterstrat.ml_stratifiers import MultilabelStratifiedKFold, MultilabelStratifiedShuffleSplit
文章介绍了如何使用iterative-stratification库进行多标签多分类的K折交叉验证,包括安装方法和示例代码。
302 1
|
Web App开发 测试技术 Shell
确保您已经安装了Selenium和ChromeDriver。您可以使用pip来安装Selenium:
确保您已经安装了Selenium和ChromeDriver。您可以使用pip来安装Selenium:

热门文章

最新文章