Different version of Python

Hi.
Im trying to install TensorFlow 2.2.0 (i need that version).
It says that that version is just for python 3.5-3.8

In my machine i have installed python 3.9.2.
I install python 3.8 through AUR, but when i try:
pip install tensorflow==2.2.0

i get:
ERROR: Could not find a version that satisfies the requirement tensorflow==2.2.0
ERROR: No matching distribution found for tensorflow==2.2.0

What can i do?
Thanks.

Use pyenv or a Docker container.

1 Like

Hi.
Thanks. I never use pyenv. Can you please tell me how??
I just want to install this:

There are several hits in this forum on both python and tensorflow. For example:

There is howto doc at the git repository for pyenv. Or a google search will show hits like at realpython.

Not for TensorFlow 2.2.0

See: Rolling back Python version