-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Packaging: pip install pandas
pulls in numpy 1.8.1, but isn't linked against that version
#7486
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
you need to recompile pandas |
Sure, but pip shouldn't pull in a broken configuration. |
see here: https://groups.google.com/forum/#!topic/pydata/wHM435aVjUw pip tries to upgrade things
|
I think you meant to include |
well u didn't include platform / os / numpy info and u should just upgrade numpy and it will work |
Using OS X 10.9. The essence of the problem is the precompiled osx wheel doesn't work with 1.8.1, but unfortunately pip pulls 1.8.1 rather than leaving it alone (because pip is a naive tool). I guess I'm asking for a refresh of the OS X wheels. |
ahh that would explain it they should be very specific to a version what is numpy version? |
OS X 10.9 comes with numpy 1.6.2 stock, |
not that direction it will technically work but u cannot use the wheels for osx they are built for 1.8 |
import pandas
fails withValueError: numpy.dtype has the wrong size, try recompiling
, which I would guess is due to the above.The text was updated successfully, but these errors were encountered: