当前位置: 首页 > article >正文

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


http://www.kler.cn/a/505994.html

相关文章:

  • 【C语言】_字符串追加/连接函数strcat
  • 学习threejs,使用FlyControls相机控制器
  • 内联变量(inline variables):在多个文件中共享全局常量
  • Docker的入门
  • 使用PWM生成模式驱动BLDC三相无刷直流电机
  • primitive 编写着色器材质
  • APKLeaks:一款针对APK文件的数据收集与分析工具
  • Git 合并和 Git 变基有什么区别?
  • 利用Redis实现付款倒计时
  • Chapter5.4 Loading and saving model weights in PyTorch
  • 【机器学习实战入门项目】基于机器学习的鸢尾花分类项目
  • C++:工具VSCode的编译和调试文件内容:
  • Python爬虫:从入门到实践
  • 路由环路的产生原因与解决方法(1)
  • 在Android 15的设备上关闭edge-to-edge功能
  • uniapp 页面铺满屏幕
  • STM32 FreeRTOS 信号量
  • 使用docker-compose安装ELK(elasticsearch,logstash,kibana)并简单使用
  • Web基础-分层解耦-IOC与DI入门(具体的是实现步骤)
  • 遥感原理及图像处理
  • 向量数据库Milvus详解
  • day_2_排序算法和树
  • IOS工程师
  • 隧道网络:为数据传输开辟安全通道
  • HttpClient和HttpGet实现音频数据的高效爬取与分析
  • Unity中实现倒计时结束后干一些事情