I am trying to install the latest tensorflow following the official nvidia instructions on my Xavier AGX and I am running into the dreaded “is not a supported wheel on this platform”. Is this because I am using Python3.8?
thanks
bb
I am trying to install the latest tensorflow following the official nvidia instructions on my Xavier AGX and I am running into the dreaded “is not a supported wheel on this platform”. Is this because I am using Python3.8?
thanks
bb
Hi @brbl, the TensorFlow wheels are for Python 3.6. To confirm, if you check the filenames of the wheels here, they are denoted as being built for cp36
(i.e. Python 3.6)
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.