1

after messing around a bit I now have this error when importing pandas: RuntimeError: module compiled against API version 9 but this version of numpy is 6 (details below). On a long term, this should be solved using virtualenv. On a short term, do you know how should I fix this?

>>> import pandas RuntimeError: module compiled against API version 9 but this version of numpy is 6

asked Mar 23, 2014 at 8:58

1 Answer 1

1

What version python? Rebuild/reinstall numpy?

pip uninstall numpy; pip install numpy

https://stackoverflow.com/a/21647753/1821490

answered Mar 23, 2014 at 9:27
Sign up to request clarification or add additional context in comments.

1 Comment

I ended up installing Anaconda, so now I have some new problem (cv2 does not load). Thanks by the way!

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.