当前位置:网站首页>pip install xxx 出现 AttributeError: ‘tuple’ object has no attribute ‘read’ 错误
pip install xxx 出现 AttributeError: ‘tuple’ object has no attribute ‘read’ 错误
2022-08-08 13:25:00 【马儿不会跑】
一. pip install xxx报错:
在服务器上用 pip install 安装一个 package 时,没有安装成功,出现了“AttributeError: ‘tuple’ object has no attribute ‘read’”问题;
二. 问题查找:
后来发现 pip list、 pip uninstall都不行;
三. 问题原因:
最后终于找到了原因,因为安装了subprocess.run,这个包的某些接口跟 Python 3.5+ (我是python3.7)严重冲突;
四. 解决方案:
需要rm -rf subprocess.run;删除这个package就行了;就这玩意折腾了我好几个小时,气的我赶紧来发个文章,避免你们被坑。
如果对你有帮助,记得点赞~
边栏推荐
- 【软考 系统架构设计师】软件架构设计⑦ 构件与中间件技术
- Using Flask and Celery to push real-time/timed messages asynchronously in Win10 environment (Socket.io)/The latest strategy in 2020
- Flink1.15 组件RPC通信过程概览图
- curl获取harbor镜像仓库项目下的镜像列表
- (8)FlinkSQL自定义UDF
- ctfshow 七夕杯(复现)
- AfterEffect插件-图层排序-js脚本开发-AE插件
- 使用单点登录 (SSO):便捷访问,降低风险,精简流程
- changes not staged for commit solution
- Pointer and array written test questions analysis
猜你喜欢
Pretraining Weekly Issue 56: Long Text Understanding, Instant Question Answering, Mask Self-Supervision
MySQL database storage series (5) the InnoDB storage format
【JS高级】ES5标准规范之严格模式下的保护对象_09
字符串函数、字符函数、内存函数的使用及其模拟实现
[C language] file related operations
[C language] Detailed explanation of custom types: structure, enumeration, union
专访|360高瀚昭:ISC十年,360数字安全大脑能够“看见”什么?
C language small project - complete code of minesweeper game (recursive expansion + selection mark)
The use of string function, character function, memory function and its analog implementation
一名合格的程序员是如何优雅地解决线上问题的?
随机推荐
serialize serialize native method
清华|GLM-130B:一个开放的双语预训练模型
2020年是时候更新你的技术武器库了:Asgi vs Wsgi(FastAPI vs Flask)
自动当道,效率至上 | 快来解锁财务共享服务中心数字化秘籍
Tensorflow与Keras进行机器学习、深度学习
STM32 entry development to make infrared remote control (smart home-universal remote control)
Jenkins - Introduction to Continuous Integration (1)
SSTI漏洞介绍认识(flask、Werkzeup)
Full of dry goods, Yu Jingxin class of the Institute of Information Technology, Chinese Academy of Sciences will help you get academic research and thesis writing skills
The programmer essential VS debugging technique
Verilog HDL Bits training 09 grammar foundation
家电行业趋势:2022从三方面把握家电产品升级方向
Photoshop插件-charIDToTypeID-PIStringTerminology.h-不同值的解释及参考-脚本开发-PS插件
论文理解:“Self-adaptive loss balanced Physics-informed neural networks“
南非 KMP 媒体集团实施了 DMS(文档管理系统)使流程数字化,员工可以再次专注于他们的实际任务,提供了效率
将小部分源码设计精髓带入到开发中来(工厂模式、适配器模式、抽象类、监听器)
C语言小项目 -- 通讯录(静态版+动态版+文件版)
程序环境和预处理
Tsinghua | GLM-130B: An Open Bilingual Pre-training Model
【C语言】自定义类型详解:结构体、枚举、联合