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.