Skip to content
Advertisement

Install Tensorflow 2.2 on linux

I have GNU/Linux box, I am trying to install Tensorflow 2.2. Currently I have

JavaScript

and when I try to run my code it says

JavaScript

So when I try to install Tensorflow 2.2

JavaScript

I get the above error. Any idea how to fix this issue?

Update:

JavaScript

-Raj

Advertisement

Answer

TensorFlow 2 packages require a pip version >19.0.

https://www.tensorflow.org/install

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement