tensorflow_gpu-1.10.0-cp36-cp36m-win_amd64 .whl is not a supported wheel on this platform.
anaconda python=3.6 ,cuda 9.2, cudnn 7.5 ,win10
pip is update
error:tensorflow_gpu-1.10.0-cp36-cp36m-win_amd64 .whl is not a supported wheel on this platform.
Make sure you have 64bit Anaconda installed.
FYI, it turned out it was not enough to create a suitable conda environment to install the wheel. E.g.
conda create -n myenv python=same-as-wheel would still fail even though I got 64 bit python of the required version.
I had to uninstall my conda and install conda, that used the same python version. E.g. for Windows you must pick Python 3.8 64-bit edition of conda from Miniconda site, or yo will get "not a supported wheel on this platform" version even when your env matches.
Could this be a problem with the package itself? Usually conda version does not matter.