Search code examples
pythontensorflowpip

Tensorflow - install version 2.3.0


I'm currently running Tensorflow version 2.5.0 but I need to lower my version to 2.3.0.

I tried to install Tensorflow version 2.3.0 but I get this error:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.3.0 (from versions: 2.5.0rc0, 2.5.0rc1, 2.5.0rc2, 2.5.0rc3, 2.5.0, 2.6.0rc0, 2.6.0rc1)
ERROR: No matching distribution found for tensorflow==2.3.0

I know its possible to build the pip package from the source code, but I was wondring if there is a better soultion.


Solution

  • Tensorflow 2.3.0 requires (and provides wheels for) Python 3.5, 3.6, 3.7, 3.8 but not 3.9 (and no source code). Downgrade Python to 3.8 or use a higher version of TF. Support for Python 3.9 started at version 2.5.0.