ERROR: tensorflow_gpu-2.2.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

安装库的时候出现错误
ERROR: tensorflow_gpu-2.2.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.

原因:版本不匹配。机器上是python3.8版本和库支持的python3.7版本,两者不匹配。
解决方法:

1. 更新python版本,使两者匹配。

2. 下载合适的tensorflow,或其他匹配的.whl文件,进行安装。
tensorflow文件地址:https://pypi.org/project/tensorflow/#files
安装命令:pip install tensorflow_gpu-2.3.0-cp38-cp38m-win_amd64.whl

你可能感兴趣的:(BUG)