我正在运行WinPython 3.3.2,我刚刚将matplotlib升级到版本1.3.1。现在,当我尝试导入matplotlib时,我收到以下消息:
In [6]: import matplotlib
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-6-82be63b7783c> in <module>()
----> 1 import matplotlib
C:\WinPython-64bit-3.3.2.3\python-3.3.2.amd64\lib\site-packages\matplotlib\__init__.py in <module>()
129 # definitions, so it is safe to import from it here.
130 from matplotlib.cbook import is_string_like
--> 131 from matplotlib.compat import subprocess
132
133 try:
ImportError: cannot import name subprocess
有人可以帮忙吗?
非常感谢。