现在面对这个问题,看到了一个问题: no module named pylab on windows
我安装了annaconda和python 2.7。我试过python shell:
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named matplotlib
并收到以下结果。我已经检查了我的PATH变量,我不确定如何解决。
提前致谢。