Tensorflow2: No matching distribution found for tensorflow

Hello everyone, I am using manjaro from many days, my current kernel version is 5.10.2-2. Today I made a update by ‘sudo pacman -Syu’ , after the update all my python libraries are gone, well thats not a problem I installed them all again.
But I am not able to install tensorflow 2, It throughs an error stating that
'ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

How can I fix that.???

Welcome at the forum, @Dextrolaev

Have you rebooted after updating?

What command have you applied here exactly and please post full error message in case your message was truncated.

command : sudo pacman -Syu
Error messages:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow

I would try to deinstall tensorflow with all its dependencies, update again using

sudo pacman-mirrors -f && sudo pacman -Syyu

and then to reboot.

Afterwards try to re-install tensorflow.

well it gives the same error.

How are you installing Tensorflow2? That error sounds like it’s coming from Pip. It’s definitively not coming from Pacman. Please post the full log, not just what you think is relevant.

yes I used pip to install that.

Thanks for your help bro,
I tried to install tensorflow from pamac and it works.

1 Like