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
相关推荐
Deng94520131411 小时前
基于Python的旅游数据可视化应用
python·numpy·pandas·旅游·数据可视化技术
CoooLuckly2 天前
numpy数据分析知识总结
python·numpy
GG不是gg3 天前
NumPy-随机数生成详解
numpy
GG不是gg3 天前
NumPy-统计函数详解
numpy
超龄超能程序猿4 天前
(3)机器学习小白入门 YOLOv: 解锁图片分类新技能
python·numpy·pandas·scipy
好开心啊没烦恼4 天前
Python 数据分析:numpy,说人话,说说数组维度。听故事学知识点怎么这么容易?
开发语言·人工智能·python·数据挖掘·数据分析·numpy
GG不是gg6 天前
NumPy-核心函数np.matmul()深入解析
numpy
GG不是gg6 天前
NumPy-核心函数np.dot()深入理解
numpy
好开心啊没烦恼6 天前
Python 数据分析:numpy,抽提,整数数组索引与基本索引扩展(元组传参)。听故事学知识点怎么这么容易?
开发语言·人工智能·python·数据挖掘·数据分析·numpy·pandas
小高求学之路19 天前
MinIO centos 7 离线(内网) 一键部署安装
python·centos·numpy