请求帮我看看这个importerror怎么解决🙏🏻🆘

之前我只下载了anaconda ,jupyter是可以运行的

img


后来我下载了pythoncharm和一些pip再用jupyter就开始报错了,请问我要怎么调整呢

img

先卸载numpy:
pip uninstall numpy
conda uninstall numpy
再重新安装:
conda install numpy

猜测你是混合使用了conda和pip,直接或间接地用pip安装了numpy

如果用的是anaconda,建议尽量使用conda安装包,conda中找不到的再用pip安装