iis服务器助手广告广告
返回顶部
首页 > 资讯 > 后端开发 > Python >pip intall 出现 error: subprocess-exited-with-error 错误的解决办法
  • 821
分享到

pip intall 出现 error: subprocess-exited-with-error 错误的解决办法

pippythonlinux 2023-09-08 10:09:29 821人浏览 八月长安

Python 官方文档:入门教程 => 点击学习

摘要

pip intall 出现 error: subprocess-exited-with-error 错误的解决办法 问题发生解决办法 问题发生 安装环境 操作系统:Centos pytho

pip intall 出现 error: subprocess-exited-with-error 错误的解决办法

问题发生

安装环境
操作系统Centos
python:3.8.0

安装虚拟环境的时候出错

pip3 install virtualenvwrapper

出现错误

[root@i-uMQgk1km bin]# pip3 install virtualenvwrapperCollecting virtualenvwrapper  Using cached virtualenvwrapper-4.8.4.tar.gz (334 kB)  Preparing metadata (setup.py) ... error  error: subprocess-exited-with-error    × Python setup.py egg_info did not run successfully.  │ exit code: 1  ╰─> [1 lines of output]      ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.      [end of output]    note: This error originates from a subprocess, and is likely not a problem with pip.error: metadata-generation-failed× Encountered error while generating package metadata.╰─> See above for output.note: This is an issue with the package mentioned above, not pip.hint: See above for details.

解决办法

pip install --upgrade setuptools

再执行pip install virtualenvwrapper 安装成功

来源地址:https://blog.csdn.net/Jackfled/article/details/127046255

--结束END--

本文标题: pip intall 出现 error: subprocess-exited-with-error 错误的解决办法

本文链接: https://www.lsjlt.com/news/399760.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作