Hi guys,
When I use the guide to install tensorflow on my xavier
https://docs.nvidia.com/deeplearning/frameworks/install-tf-xavier/index.html
This step causes an error
$ pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v42 tensorflow-gpu
error:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://developer.download.nvidia.cn/compute/redist/jp/v42/keras-preprocessing/
It seems this link cant be found, I put this link to chrome manually and the result is 404 not found.
Can anyone help me?