how can install tensorflow?
thanks.
how can install tensorflow?
thanks.
pip install --upgrade tensorflow
Ok, the package exist on pip but I can’t install.
I have tried in many ways but it is impossible… the only that has worked is.
pip install --upgrade tensorflow-aarch64
but python says “ModuleNotFoundError: No module named ‘tensorflow’”
thanks again!!!
Try installing it via the wheel
wget http://repo.rock-chips.com/pypi/simple/tensorflow/tensorflow-1.10.1-cp36-cp36m-linux_aarch64.whl
sudo pip install tensorflow-1.10.1-cp36-cp36m-linux_aarch64.whl
If you using python3.7, you can download version 2.0
wget http://repo.rock-chips.com/pypi/simple/tensorflow/tensorflow-2.0.0-cp37-none-linux_aarch64.whl