Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Forked from supriya-gdptl/UninstallTensorFlow.txt
Created November 16, 2018 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajajawahar/21ad3a7c9cf785a5bb592519bdfb7d13 to your computer and use it in GitHub Desktop.
Save rajajawahar/21ad3a7c9cf785a5bb592519bdfb7d13 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