我正在尝试导入pandas模块。但是,在尝试运行我的代码时,我收到以下错误:
raise ImportError('dateutil 2.5.0 is the minimum required version')
ImportError: dateutil 2.5.0 is the minimum required version
但是,我已经在我的计算机上安装了2.5.0版本,如以下消息在尝试pip安装时所示。
Requirement already satisfied: python-dateutil in /Users/nat/Library/Python/3.5/lib/python/site-packages (2.5.0)
有没有人对可能出现的问题有任何建议?
尝试安装下面的包,
pip install python-dateutil==2.5.0