I\'m working with Ubuntu 14.04 , I had a TensorFlow V0.10 but I want to update this version. if i do:
Ubuntu 14.04
TensorFlow V0.10
$ pip install --upgrade $TF_
Tensorflow upgrade -Python3
>> pip3 install --upgrade tensorflow --user
if you got this
"ERROR: tensorboard 2.0.2 has requirement grpcio>=1.24.3, but you'll have grpcio 1.22.0 which is incompatible."
Upgrade grpcio
>> pip3 install --upgrade grpcio --user