Since several days, I’ve been trying to install Tensorflow on my Jetson Nano 2GB (jetson-pack version 4.5.1) without success (I’ve been carefully following the instructions reported here)
The error I get is the following:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
Is there anyone who has faced the same problem or succeed in the installation?
Alright, I think that I solved the issue.
It seems like that there is also a requirement over the python version to be used (3.6).
With python 3.7, tensorflow installation does not work