当前位置:   article > 正文

【BUG】已解决:This error originates from a subprocess, and is likely not a problem with pip._python安装库时出现this error originates from a subproces

python安装库时出现this error originates from a subprocess, and is likely

 

 

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

 

 

 

欢迎来到英杰社区https://bbs.csdn.net/topics/617804998

 

   欢迎来到我的主页,我是博主英杰,211科班出身,就职于医疗科技公司,热衷分享知识,同时是武汉城市开发者社区主理人

 

        擅长.net、C++、python开发, 如果遇到技术问题,即可私聊博主,博主一对一为您解答

 

         修改代码、商务合作:

Yan--yingjie

Yan--yingjie

Yan--yingjie

 

67b8ab55a5254200b39bc1afac064498.gif

 

 

报错原因

 

 

        对python升级之后,重新下载了一些模块,但下载安装pygame的时候发生了如下报错:

 

 

  1. note: This error originates from a subprocess, and is likely not a problem with pip.
  2. error: subprocess-exited-with-error
  3. × Getting requirements to build wheel did not run successfully.
  4. │ exit code: -11
  5. ╰─> See above for output.
  6. note: This error originates from a subprocess, and is likely not a problem with pip

 

        当在安装Python时出现"This error originates from a subprocess, and is likely not a problem with pip"的报错信息时,这通常意味着错误不是由pip引起的,而是由一个子进程引起的问题。这种报错信息可能是由于Python版本与安装库的版本不一致导致的。你可以尝试以下

 

 

57692243864d46debce88611a26d38b5.png

 

 

        1. 确保你正在使用与库相匹配的Python版本。检查库的或说明以确定所需的Python版本,并确保你的Python版本与之匹配。

        2.如果你正在使用虚拟环境,请确保你已经正确激活了虚拟环境。有时候,在虚拟环境之外安装库可能会导致此类错误。

        3. 尝试更新pip和setuptools工具。运行以下命令可以更新这些工具:

--upgrade pip setuptools

 

博主遇到问题解决办法:

 

我的python版本3.10所以安装的​mayavi​最高的版本

 

 

 

pip install mayavi==4.8.1

 

 

89028a92fbfa4343b7d60fd9ddfc8942.png

 

【其他错误】

 

 

 

 

如果出现模块错误

 

 

df413fc3bbea46f7962bc7fe31fa6a01.png

 

 

 

 

 

 

 

  1. 进入控制台输入:建议使用国内镜像源
  2. pip install 模块名称 -i https://mirrors.aliyun.com/pypi/simple
  3. 我大致罗列了以下几种国内镜像源:
  4. 清华大学
  5. https://pypi.tuna.tsinghua.edu.cn/simple
  6. 阿里云
  7. https://mirrors.aliyun.com/pypi/simple/
  8. 豆瓣
  9. https://pypi.douban.com/simple/
  10. 百度云
  11. https://mirror.baidu.com/pypi/simple/
  12. 中科大
  13. https://pypi.mirrors.ustc.edu.cn/simple/
  14. 华为云
  15. https://mirrors.huaweicloud.com/repository/pypi/simple/
  16. 腾讯云
  17. https://mirrors.cloud.tencent.com/pypi/simple/

 

 

 

 

 

 

 

【粉丝福利】

 

更多粉丝福利,关注下方公众号获取

8b3c20d44aed45d6a34f53bd6d781e8e.gif

 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/煮酒与君饮/article/detail/887001
推荐阅读
相关标签
  

闽ICP备14008679号