【环境搭建系列】pycharm中报错:no module named numpy

  • Post author:
  • Post category:其他



1、环境描述

安装了anaconda3,并且在jupyter notebook中,可以调用numpy。

但是在pycharm中就报错:no module named numpy


2、解决方法

这是因为pycharm默认的 python 没有选择anaconda自带的python,修改file–settings–project interprete为anaconda安装路径下的python.exe即可。我环境中的为:C:\ProgramData\Anaconda3\python.exe。

设置之后,再运行代码,无报错。

原文作者:有石为玉

原文链接:https://blog.csdn.net/weixin_41770169/article/details/80295882