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!