Cannot install tensorflow on python 3.10

I am trying to install tensorflow on Fedora Linux with python 3.10, but getting this error:

$ python3.10 -m pip install tensorflow
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
$

Could somebody please help me?

Thanks in advance!

Tensorflow support for Python 3.10 is not yet released. Tensorflow 2.8 might release end of the year with Python 3.10 support.

Kindly check this similar issue https://tensorflow-prod.ospodiscourse.com/t/support-python-3-10/124/5?u=ashwini_gadag

1 Like

Thanks, Ashwini, for your reply.