Skip to content

Instantly share code, notes, and snippets.

@bennuttall
Last active October 4, 2020 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bennuttall/c373f6a7da561b6888dc3ff852f15dc6 to your computer and use it in GitHub Desktop.
Save bennuttall/c373f6a7da561b6888dc3ff852f15dc6 to your computer and use it in GitHub Desktop.
# this is the old version, only use if you have issues with the short version
mkdir wheels
cd wheels
wget https://bennuttall.com/files/37wheels/Keras_Applications-1.0.8-py3-none-any.whl
wget https://bennuttall.com/files/37wheels/Keras_Preprocessing-1.1.0-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/Markdown-3.1.1-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/Werkzeug-0.15.4-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/absl_py-0.7.1-cp37-none-any.whl
wget https://bennuttall.com/files/37wheels/astor-0.8.0-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/gast-0.2.2-py3-none-any.whl
wget https://bennuttall.com/files/37wheels/google_pasta-0.1.7-py3-none-any.whl
wget https://bennuttall.com/files/37wheels/grpcio-1.21.1-cp37-cp37m-linux_armv7l.whl
wget https://bennuttall.com/files/37wheels/h5py-2.9.0-cp37-cp37m-linux_armv7l.whl
wget https://bennuttall.com/files/37wheels/numpy-1.16.4-cp37-cp37m-linux_armv7l.whl
wget https://bennuttall.com/files/37wheels/protobuf-3.8.0-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/setuptools-41.0.1-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/six-1.12.0-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/tensorboard-1.13.1-py3-none-any.whl
wget https://bennuttall.com/files/37wheels/tensorflow-1.13.1-cp37-none-linux_armv7l.whl
wget https://bennuttall.com/files/37wheels/tensorflow_estimator-1.14.0rc0-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/termcolor-1.1.0-py3-none-any.whl
wget https://bennuttall.com/files/37wheels/wheel-0.33.4-py2.py3-none-any.whl
wget https://bennuttall.com/files/37wheels/wrapt-1.11.1-cp37-cp37m-linux_armv7l.whl
cd ..
sudo pip3 install tensorflow --find-links wheels
# this should work, if any issues try the longer version
sudo apt install libatlas3-base
sudo pip3 install https://bennuttall.com/files/37wheels/grpcio-1.21.1-cp37-cp37m-linux_armv7l.whl
sudo pip3 install https://bennuttall.com/files/37wheels/numpy-1.16.4-cp37-cp37m-linux_armv7l.whl
sudo pip3 install tensorflow
@bennuttall
Copy link
Author

Now just:

sudo apt install libatlas3-base
sudo pip3 install tensorflow

should work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment