pip安装库时报错:This error originates from a subprocess, and is likely not a problem with pip.
•
Python
- 前言
- 一
- 二、使用步骤
- 1.引入库
- 2.读入数据
- 总结
一、报错原因
安装库时出现以下报错
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: -11 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
python版本与安装库的版本不一致报错
二、解决方法
查看要安装的库的版本:

我的python版本3.10所以安了mayavi的最高的版本
pip install mayavi==4.8.1

successful
本文来自网络,不代表协通编程立场,如若转载,请注明出处:https://net2asp.com/a8790b4909.html
