From matplotl1b.path 1mport failed to import ImportError:numpy.core.multiarray

问题:From matplotl1b.path 1mport

failed to import

ImportError:numpy.core.multiarray

安装labelme的时候说numpy与环境不兼容,调不了labelme

解决1:安装虚拟环境

(这里安装labelmede 虚拟环境)

python 复制代码
#查看python版本
python -V
#创建虚拟环境
conda create labelme --name=labelme python=3.9.7
#查询conda里面创建了哪些虚拟环境
conda env list
#进入环境
activate labelme
#安装labelme
conda install labelme
#激活环境
activate labelme

解决2:降版本

python 复制代码
pip install numpy==1.26.4
相关推荐
sunxunyong1 天前
服务器运行CPU/内存保护
服务器·python·numpy
scx_link2 天前
numpy中有一个方法叫ndarray吗?还是ndarray指的numpy中的数值的类型?
numpy
jerryinwuhan3 天前
python数据挖掘基础
python·数据挖掘·numpy
SugarFreeOixi4 天前
MATLAB绘图风格记录NP类型
python·matlab·numpy
小陈工5 天前
FastAPI性能优化实战:从每秒100请求到1000的踩坑记录
python·性能优化·django·flask·numpy·pandas·fastapi
REDcker5 天前
CentOS 与主流 Linux 发行版历史与版本综述
linux·centos·numpy
百年੭ ᐕ)੭*⁾⁾6 天前
DataFrame存入mysql以及读取操作
数据库·mysql·numpy·pandas·ipython
TheLegendMe8 天前
NumPy 矩阵操作 + 图像处理
图像处理·矩阵·numpy
李昊哲小课8 天前
NumPy轴方向统计在多维数据分析中的应用
python·数据分析·numpy
李昊哲小课9 天前
NumPy 完整学习笔记
笔记·python·学习·数据分析·numpy