pip install tensorflow==1.12.1
报错如下
ERROR: Could not find a version that satisfies the requirement tensorflow1.12.1 (from versions: 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.5.1, 2.
5.2, 2.5.3, 2.6.0rc0, 2.6.0rc1, 2.6.0rc2, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.7.0rc0, 2.7.0rc1, 2.7.0, 2.7.1, 2.8.0rc0, 2.8.0rc1, 2.8.0)
ERROR: No matching distribution found for tensorflow1.12.1
python3.8+是无法安装tensorflow1.x版本的,所以如果你要安装tensorflow1的话,必须使用python3.7以下版本安装。
主要原因是tensorflow2中原来的代码是无法使用的。