以下错误发生在拷了别的项目在自己电脑上运行的出错信息:
一、ImportError: No module named matplotlib.pyplot
意思缺少 matplotlib
库, 可以点击Python -> preference -> Project Interpreter
下面的箭头是添加缺少的第三方库 上面的箭头选择对应的Project Interpreter.
在File -> default setting
里也有个project interpreter
选项。在最右边的箭头,选择对应项目的interpreter
.
打开的项目多的话 会有多个project interpreter
二、Cannot set up a python SDK at Python 2.7 .The SDK seems invalid.
在edit configurations…下面的 还有个python interpreter,也要选对。
三、终端进行 pip instasll 报错
报错信息:
Could not install packages due to an EnvironmentError:
Consider using the `--user` option or check the permissions.
例如:pip install average 提示的报错如下:
用上面绿框的方法重装可以解决问题。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。