I\'m trying to intstall TensorFlow using pip:
$ pip install tensorflow --user Collecting tensorflow Could not find
From tensorflow website: "You will need pip version 8.1 or later for the following commands to work". Run this command to upgrade your pip, then try install tensorflow again:
pip install --upgrade pip