ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)

I was going to install Tensorflow on virtual environment. I installed python=3.7.12 and activated the venv. When I tried to install Tenserflow I get an Error:

>pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

That is an IBM Power8 machine (only CPU). What is the issue and how can I solve it?

You can find some IBM builds at:

2 Likes

I used this .whl and it worked for me. However my Power8 IBM does not include any GPU, the CPU version did not work for me(When I imported tensorflow it gave me error)

https://powerci.osuosl.org/job/TensorFlow2_PPC64LE_GPU_Release_Build/

I think you can open a ticket to that build repo.