安装tensorflow-gpu 2.1.0 新版本报错no attribute ‘compat‘

tensorflow安装的版本

安装tensorflow-gpu 2.1.0 新版本报错no attribute ‘compat‘_第1张图片

报错如下

安装tensorflow-gpu 2.1.0 新版本报错no attribute ‘compat‘_第2张图片

解决方案

pip install tensorflow-estimator==2.1.0

结果又报错
安装tensorflow-gpu 2.1.0 新版本报错no attribute ‘compat‘_第3张图片

接着安装对应版本

pip install scipy==1.4.1
pip install tensorboard==2.1.0

解决成功

你可能感兴趣的:(python,mysql,linux,bug,tensorflow)