我用的是anaconda安装python3.6

已经在终端 pip install numpy

但是在pycharm运行程序出现错误:ImportError: No module named numpy

解决方法:

首先在终端输入

$which python3.6

获得安装路径后。

然后在pycharm的preferences>>Project Interpreter 里加入python3.6的安装路径

1.在设置里面Project Interpreter的旁边有个加号

在PyCharm中导入Numpy和Pygame模块  (win8.1)-LMLPHP

在PyCharm中导入Numpy和Pygame模块  (win8.1)-LMLPHP

2.点击加号进去后有一个搜索,然后搜索pygame、numpy点击左下角的install package即可

在PyCharm中导入Numpy和Pygame模块  (win8.1)-LMLPHP

3.之后会显示安装成功,返回到seting界面点击应用apply和OK即加入numpy和pygame模块成功

05-04 00:49