Closed
Description
What's the problem this feature will solve?
I am trying to install tensorflow on Jetson Xavier NX with ubuntu 18.04, python3.8 and pip21.2.4 with
pip3 install tensorflow and get
- ERROR: No matching distribution found for tensorflow
This is the recommended method given in several sources online and paper books.
Describe the solution you'd like
I assume the error message is correct: something does not match.
I would like the specific mismatch: cpu, OS, python, pip or anything else which is causing this message.
Given that is difficult to determine, a list of potential candidates would be helpful.
Additional context
This seems to be common problem based upon google searches. There is one disturbing entry which says that some of the instructions may even be incorrect:
sudo pip3 install tensorflow
Ref: #5599