如何安装tensorflow==2.3.0
How to install tensorflow==2.3.0
我想测试新版中的一些功能tensorflow2.3但是,我正在为安装过程而苦恼。
我看到了:
我执行了:pip install --upgrade pip
我得到了:
ERROR: Could not find a version that satisfies the requirement tensorflow-cpu==2.3.0rc2 (from versions: 1.15.0rc0, 1.15.0rc1, 1.15.0rc2, 1.15.0rc3, 1.15.0, 2.1.0rc0, 2.1.0rc1, 2.1.0rc2, 2.1.0)
ERROR: No matching distribution found for tensorflow-cpu==2.3.0rc2
请确保 pip 指向 pip3,因为 tensorflow 需要 python3
pip --version
pip3 install --upgrade tensorflow
我想测试新版中的一些功能tensorflow2.3但是,我正在为安装过程而苦恼。
我看到了:
我执行了:pip install --upgrade pip
我得到了:
ERROR: Could not find a version that satisfies the requirement tensorflow-cpu==2.3.0rc2 (from versions: 1.15.0rc0, 1.15.0rc1, 1.15.0rc2, 1.15.0rc3, 1.15.0, 2.1.0rc0, 2.1.0rc1, 2.1.0rc2, 2.1.0)
ERROR: No matching distribution found for tensorflow-cpu==2.3.0rc2
请确保 pip 指向 pip3,因为 tensorflow 需要 python3
pip --version
pip3 install --upgrade tensorflow