Skip to content

Instantly share code, notes, and snippets.

@yauhen-info
Last active February 12, 2018 08:54
Show Gist options
  • Save yauhen-info/6a49a8907be9471b8f25edf8bde64c7c to your computer and use it in GitHub Desktop.
Save yauhen-info/6a49a8907be9471b8f25edf8bde64c7c to your computer and use it in GitHub Desktop.
To install an older version of Tensorflow on Ubuntu

OS: Ubuntu 14.04.5 LTS, Anaconda env

The issue was faced while found that code cannot be run due to import errors caused by tensorflow, so

Suggested solution on stackoveflow page, in details here

e.g for tensorflow version - 0.11, python - 3.5

export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp35-cp35m-linux_x86_64.whl
pip install --ignore-installed --upgrade $TF_BINARY_URL

worked in anaconda environment.

also, can be helpful the link

@sainisanjay
Copy link

I have installed as per your suggestion. May i know how do i can uninstalled the above installation??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment