Could not find a version that satisfies the requirement tensorflow (from versions: none)

‘Could not find a version that satisfies the requirement tensorflow (from versions: none)’
use python 3.5
Today I use the method in tenflow official website,but I have this problem.
how should I do?

Hi,

You can find a TensorFlow for python3.5 here:

pip3 install --extra-index-url=https://developer.download.nvidia.com/compute/redist/jp/v33/ tensorflow-gpu

Please noticed that it’s required to flash/install device with JetPack3.3 to get the python3.5 support.

Thanks.