我正在使用Python(x,y)(版本2.7.3.1)和Spyder ide。在更新插件之前,一切都运行良好。我将Pandas更新为版本0.12.0-7,将matplotlib更新为版本1.3.1-4,并将numpy更新为版本1.6.2。我是通过下载Python(x,y)页面上的插件并双击可执行文件来完成的。
现在,当我尝试导入Matplotlib和pandas时出现错误。
当我尝试导入matplotlib时,错误是:
ImportError: matplotlib requires dateutil
当我尝试导入Pandas时,我得到的错误是:
numpy.dtype has the wrong size, try recompiling.
其他stackflow问题询问matplotlib和pandas是如何安装的,但我不知道如何回答这个问题,因为我使用了插件。
ps:我正在运行Windows Vista Home Premium
答案 0 :(得分:0)
我已经解决了部分问题。事实证明,我实际上并没有为numpy安装最新的插件。一旦我这样做,我得到一个关于datautil的新错误。我使用这篇博文安装了它:http://blog.gmane.org/gmane.comp.python.xy.devel/month=20130601。
现在我可以导入大熊猫了。仍在使用Matplotlib。