-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
ImportError: C extension: numpy.core.multiarray failed to import not built. #18281
Comments
Here is the call from openstack script to install numpy `# numpy compat try: |
@maestropandy : Thanks for reporting this! Looks like a |
@maestropandy for us to help, you'll need to provide more info on how you're installing things. |
I have the same issue on OSX Sierra when using homebrew python and numpy and installing pandas via pip. After a bit more research it seems like I was having this issue. |
Yes, this is an issue with the wheels hosted on PyPI for 0.21.0 (our bad). You can pip install a new version of the wheels with the command specified here: #18530 (comment) Closing this as it is covered by #18530 |
When I am installing devstack-single node openstack package, It needs pandas, while installing facing error as below
If do manual installation of pandas by using "python setup.py build_ext --inplace --force" from source its running fine, but cannot instruct other dependencies software to clone and do it forcefully.
it will be good if installed normally than force inplace
The text was updated successfully, but these errors were encountered: