-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
module compiled against API version 8 but this version of numpy is 7 #3471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
0.11.0 now imports numexpr if it's available, try reinstalling/recompiling that |
Reinstalled numexpr, which imports fine on its own, but the problem still persists. |
Can you elaborate on "failed due to a numpy dependency which couldn't install automatically", |
I would guess you compiled numpy from git master, without resetting to the 1.7 maintenance branch. |
When I used
This fixed the problem. Thanks a bunch! |
I have the same issue. Both installations of numpy with OSX 10.8.3 I would appreciate any help with this. |
can you try that in a venv and see if it makes a difference? it's hard to tell |
It was within some virtualenv, but it seemed that quite messy one. p.s. I installed packages in the following order:
|
After upgrading to pandas 0.11.0 using pip, I get the following errors:
I have numpy version 1.7.1, running OS X 10.8.3
Installing pandas on an empty virtualenv failed due to a numpy dependency which couldn't install automatically, however, after installing numpy explicitly, it did work. Is this a bug or is something just messed up with my install?
The text was updated successfully, but these errors were encountered: