问题:tensorflow_gpu-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl is not a supported wheel on this platform.
解决方法:
首先更新pip版本,然后从新安装看看能不能成功:
pip install --upgrade pip
pip install tensorflow_gpu-2.0.0-cp36-cp36m-manylinux2010_x86_64.whl
如果该方法不能成功,检查tensorflow和python的版本是否对应
查看版本对应在tensorflow官网上看:https://www.tensorflow.org/install/pip