- 前言
- 一
-
二、使用步骤
- 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
文章来源:https://www.toymoban.com/news/detail-513458.html
successful文章来源地址https://www.toymoban.com/news/detail-513458.html
到了这里,关于pip安装库时报错:This error originates from a subprocess, and is likely not a problem with pip.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!