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
相关推荐
坚持就完事了10 小时前
大二下期末
python·numpy·pandas
元直数字电路验证2 天前
Python数据分析及可视化中常用的6个库及函数(一)
python·numpy
猫头虎3 天前
零基础安装 Python 教程:从下载到环境配置一步到位(支持 VSCode 和 PyCharm)与常用操作系统操作指南
vscode·python·pycharm·beautifulsoup·numpy·pyqt·pip
心动啊1213 天前
Numpy——结构化数组和Numpy文件
numpy
love530love4 天前
【笔记】为 Python 项目安装图像处理与科学计算依赖(MINGW64 环境)
开发语言·图像处理·人工智能·windows·笔记·python·numpy
love530love5 天前
【笔记】Windows系统部署suna基于 MSYS2的Poetry 虚拟环境backedn后端包编译失败处理
开发语言·人工智能·windows·笔记·python·numpy
船长@Quant6 天前
CQF预备知识:Python相关库 -- NumPy 基础知识 - 线性代数 numpy.linalg
python·numpy·cqf
zzc9219 天前
python h5py 读取mat文件的<HDF5 object reference> 问题
开发语言·python·numpy
ayas1231911 天前
numpy与matplotlib学习——数据可视化入门
学习·numpy·matplotlib
hutaotaotao13 天前
python中的numpy(数组)
python·numpy