You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, we need to reinstall the `mock` library to keep it from throwing an error when we import TensorFlow:
@@ -68,18 +68,18 @@ Instructions on setting up a Docker image to run on Raspberry Pi are being maint
68
68
69
69
_This section will attempt to maintain a list of remedies for problems that may occur while installing from `pip`_
70
70
71
-
#### "tensorflow-0.12.1-cp27-none-linux_armv7l.whl is not a supported wheel on this platform."
71
+
#### "tensorflow-1.0.0-cp27-none-linux_armv7l.whl is not a supported wheel on this platform."
72
72
73
73
This wheel was built with Python 2.7, and can't be installed with a version of `pip` that uses Python 3. If you get the above message, try running the following command instead:
Vice-versa for trying to install the Python 3 wheel. If you get the error "tensorflow-0.12.1-py3-none-any.whl is not a supported wheel on this platform.", try this command:
79
+
Vice-versa for trying to install the Python 3 wheel. If you get the error "tensorflow-1.0.0-cp34-cp34m-any.whl is not a supported wheel on this platform.", try this command:
0 commit comments