我是编程和 Python 的新手,当我运行我的程序时,我不断收到以下错误。有人建议我应该使用 pip 来解决它。但是无法使用 cmd 安装 pip。虽然我成功使用了 Powershell,但仍然无法使其工作。我该如何解决这个问题,任何提示都会继续进行。谢谢
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from satmc import satmc
File "C:\Python27\starb_models_grid1\satmc.py", line 3, in <module>
import matplotlib.pyplot as plt
File "C:\Python27\lib\site-packages\matplotlib\__init__.py", line 110, in <module>
raise ImportError("matplotlib requires dateutil")
ImportError: matplotlib requires dateutil
我正在使用 2.7.3 版