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
相关推荐
pulinzt2 小时前
Tableau的基础使用
数据库·numpy
梅雅达编程笔记1 天前
编程启蒙|Scratch 转 Python 系列第9天:字典/哈希表积木双向对照(AI大模型参数配置表实战)
开发语言·人工智能·python·numpy·pandas
汤姆小白3 天前
08-应用部署
人工智能·python·机器学习·numpy·transformer
汤姆小白4 天前
02-Tokenizer原理与实现
人工智能·python·机器学习·numpy
汤姆小白5 天前
01-环境搭建与项目导览
人工智能·python·机器学习·numpy
CS创新实验室5 天前
NumPy数组的C风格和Fortran风格
c语言·开发语言·numpy
梅雅达编程笔记5 天前
零基础学 Python 第7章 | 字典 dict:键值对存储
开发语言·python·beautifulsoup·numpy·pandas
月疯12 天前
np.where()[0]的用法
开发语言·python·numpy
你想知道什么?13 天前
NumPy常用函数
numpy
风流 少年14 天前
数据分析:numpy
数据挖掘·数据分析·numpy