-
Notifications
You must be signed in to change notification settings - Fork 743
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
numpy.core.multiarray failed to import #712
Comments
CPython currently isn't getting bundled yet. This is going to get fixed sooner or later, but for now make sure you have CPython 3.6 installed on your system. |
Hi, saudet. |
What is your operating system and how did you install CPython 3.6? |
sys: CentOS7.6, |
Try to use the official build instead by calling |
Thank you for your help! I have a success by the docker image( python:3.6.8),and do some settings in .bashrc ,as fellows:
if you not do it, may show some errors: Could not find platform independent libraries |
CPython and NumPy are now bundled! Please give it a try with the snapshots: http://bytedeco.org/builds/ |
And they have now been released with version 1.5.1. Enjoy! |
Yes, 1.5.1 is very better,even not install python |
Hi,when using numpy-platform,show some error:
numpy.core.multiarray failed to import
The text was updated successfully, but these errors were encountered: