Can't import matplotlib

Posted by None on Stack Overflow See other posts from Stack Overflow or by None
Published on 2010-06-14T04:59:21Z Indexed on 2010/06/14 5:02 UTC
Read the original article Hit count: 314

Filed under:
|
|
|

I installed matplotlib using the Mac disk image installer for MacOS 10.5 and Python 2.5. I installed numpy then tried to import matplotlib but got this error: ImportError: numpy 1.1 or later is required; you have 2.0.0.dev8462. It seems to that version 2.0.0.dev8462 would be later than version 1.1 but I am guessing that matplotlib got confused with the ".dev8462" in the version. Is there any workaround to this?

© Stack Overflow or respective owner

Related posts about python

Related posts about installer