PIP installation failed on Fedora Linux

Hi,

I am switching from Pytorch (for several reasons) and I am exited on many improvements from Tensorflow 1 to Tensorflow 2.

Couple days ago I was able to install tensorflow on my linux machines (several Fedora versions) through pip, but today I can’t, its telling me “ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)” PIP is working for everything else. Installing from source is not working also, and it is not easy to debug (due to use bazel, not more convenient for me configure, cmake, make). PIP on Ubuntu works, but I would like to use Fedora 35 with python 3.10.

Any help will be appreciated. Thanks!

Please check:
https://tensorflow-prod.ospodiscourse.com/t/support-python-3-10/

2 Likes

Thank you very much, that was my suspicion and I am glad this forum has a discussion on that we can follow. Sorry, I had to check forum threads before asking my question.