Can't install Tensorflow on Fedora

Question:

I’m using Fedora and I installed tensorflow successfully before but today I tried to use it and it’s not there so used pip -m install tensorflow but I’m getting this error ERROR: Could not find a version that satisfies the requirement tensorflow==2.12.0 (from versions: none) ERROR: No matching distribution found for tensorflow==2.12.0

Answers:

Tensorflow is not available for python 3.12 yet as of January 2, 2024.

https://www.tensorflow.org/install

Python 3.8–3.11

Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.