Subprocess check_output returned non-zero exit status 1

note: This error originates from a subprocess, and is likely not a problem with pip.

python安装依赖的时候一直失败,提示:

Subprocess check_output returned non-zero exit status 1

note: This error originates from a subprocess, and is likely not a problem with pip

结果用pycharm安装多出了提示:

error: Microsoft Visual c++ 14. 0 or greater is required. Get it vith "Hierosoft C++ Build Tools": https://visualstudio.mierosoft.com/visual-cpp-build-tools/

安装 Microsoft Visual c++ 14. 0就解决了

参考:https://stackoverflow.com/a/64262038

相关推荐
m0_715575342 小时前
使用PyTorch构建你的第一个神经网络
jvm·数据库·python
甄心爱学习2 小时前
【leetcode】判断平衡二叉树
python·算法·leetcode
深蓝电商API2 小时前
滑块验证码破解思路与常见绕过方法
爬虫·python
阿猿收手吧!2 小时前
【C++】string_view:高效字符串处理指南
开发语言·c++
Ulyanov2 小时前
Pymunk物理引擎深度解析:从入门到实战的2D物理模拟全攻略
python·游戏开发·pygame·物理引擎·pymunk
sensen_kiss2 小时前
INT303 Coursework1 爬取影视网站数据(如何爬虫网站数据)
爬虫·python·学习
玄同7653 小时前
我的 Trae Skill 实践|使用 UV 工具一键搭建 Python 项目开发环境
开发语言·人工智能·python·langchain·uv·trae·vibe coding
Yorlen_Zhang3 小时前
Python Tkinter Text 控件完全指南:从基础编辑器到富文本应用
开发语言·python·c#
lxl13073 小时前
C++算法(1)双指针
开发语言·c++
不绝1913 小时前
C#进阶:预处理指令/反射,Gettype,Typeof/关键类
开发语言·c#