-
Notifications
You must be signed in to change notification settings - Fork 495
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
Raspberry PI import tensorflow error #155
Comments
excuse which version of bazel did u use? |
I have used bazel 0.8.0. The problem may be related to reinstalling dependencies of both tensorflow and Keras. After installing keras I have updated the numpy library using terminal instructions. |
ok I will try to use bazel 0.10.1 and see what happen, will let you know |
I
…On Mon, Jun 25, 2018, 6:32 PM jaimix4 ***@***.***> wrote:
ok I will try to use bazel 0.10.1 and see what happen, will let you know
—
You are receiving this because you are subscribed to this .
Reply to this email directly, view it on GitHub
<#155 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AT6pkLWcck5JxLyhRm1a1tbp8yZG_EtOks5uAY8igaJpZM4Uz0Jt>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Issue
I have installed tensorflow on a Raspberry PI 3 using your instructions and it worked correctly. After installing a number of libraries that I needed for loading a Keras model trained on my PC (numpy, scipy etc) I have observed the following error while importing tensorflow:
Runtime Error: module compiled against API version 0xc but this version of numpy is 0xa
Segmentation fault
I have updated all the necessary libraries, and importing any of them doesn't result in an error in a Python 3 script. Also the error is not keras related, because the statement import tensorflow raises an error no matter what follows after it. Should I uninstall tensorflow and start all over again?
Steps to Reproduce
Hardware/Software Info
Please provide the following information about your Raspberry Pi setup:
Relevant Console Output/Logs
The text was updated successfully, but these errors were encountered: