Skip to content

Instantly share code, notes, and snippets.

@supriya-gdptl
Created December 5, 2017 14:07
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save supriya-gdptl/740852797b46052e82453c1eabf5a108 to your computer and use it in GitHub Desktop.
Save supriya-gdptl/740852797b46052e82453c1eabf5a108 to your computer and use it in GitHub Desktop.
Steps to uninstall tensorflow
pip show tensorflow
pip uninstall tensorflow
# Tensorflow 1.4 works only with Python 3.5
# to install downgrade Python 3.6 to Python 3.5 in Anaconda
conda install python=3.5
# now install tensorflow 1.4
sudo apt-get install python3-pip python3-dev
pip install tensorflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment