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
相关推荐
赤羽尾风11 小时前
NumPy快速入门
python·numpy
Xiaok101816 小时前
NumPy 数组 vs PyTorch Tensor
人工智能·pytorch·numpy
MIUMIUKK17 小时前
数据分析(1/3)——Numpy数组基础学习笔记
numpy
Lee_jerome19 小时前
python神经网络编程入门(十七)——RNN BPTT算法(上):梯度沿时间轴传播的链式法则
rnn·深度学习·神经网络·numpy·反向传播·梯度消失·bptt
编程阿峰3 天前
Python 环境配置(二)安装jupyter、matplotlib、numpy库
开发语言·python·jupyter·numpy·matplotlib
swany3 天前
同步数据中,只需要几秒钟 & milvus向量数据库不可用 dify1.16.1 升级后踩坑记录
开发语言·python·numpy
未知违规用户4 天前
大模型项目:知识库构建工具与 LangChain 操作ChromaDB
人工智能·python·langchain·numpy
huameinan狮子6 天前
数据分析基础:numpy学习
学习·数据分析·numpy
元Y亨H7 天前
numpy与pandas 的介绍
numpy·pandas
广州景颐光电14 天前
3种NumPy向量化实测:光源数据处理从2.3秒压到12.3ms
numpy