Skip to content
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 does not import #4

Closed
Shenandohadom opened this issue Jan 30, 2018 · 3 comments
Closed

numpy does not import #4

Shenandohadom opened this issue Jan 30, 2018 · 3 comments

Comments

@Shenandohadom
Copy link

Hello,

Unfortunately the installation does not work well apparently, since launching python3.5 ironcar_master.py gives the following error message:

File "/usr/local/lib/python3.5/dist-packages/scipy/linalg/blas.py", line 196, in
from scipy.linalg import _fblas
ImportError: numpy.core.multiarray failed to import

It looks like numpy modules are not found.

Could you help?
Many thanks!
Dominique

@Shenandohadom
Copy link
Author

OK it's solved, if anyone has such a problem please contact me.

@vhoulbreque
Copy link
Owner

vhoulbreque commented Jan 30, 2018

It can happen when an older version of numpy is installed on the rasberry pi and tensorflow needs a more recent version or the opposite.
How did you solve it ?

@vhoulbreque
Copy link
Owner

Ok. The solution consisted in installing a newer numpy version. For Python35, numpy 1.14.0 seems to do the trick.
I will make a 'requirements' file for different versions of python and update the install.sh file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants