linux - Unable to upgrade tensorflow to 1.3.0 -


my current tensorflow version 1.2.1, , want upgrade new version 1.3.0. download whl file website , type command in terminal:

sudo pip install --upgrade tensorflow_gpu-1.3.0-cp27-none-linux_x86_64.whl 

but couldn't work. gives me following message:

requirement up-to-date: mock>=2.0.0 in /usr/local/lib/python2.7/dist-packages (from tensorflow-gpu==1.3.0) downloading/unpacking tensorflow>=1.2.0 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow-gpu==1.3.0) not find downloads satisfy requirement tensorflow>=1.2.0 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow-gpu==1.3.0) cleaning up... no distributions @ found tensorflow>=1.2.0 (from tensorflow-tensorboard<0.2.0,>=0.1.0->tensorflow-gpu==1.3.0) storing debug log failure in /home/zxf/.pip/pip.log 

anyone knows what's wrong with?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -