Last active
April 26, 2018 21:15
-
-
Save enijkamp/2361becd21ca71f5120a2b88128b1955 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
paperspace@ps23cigeo:~$ source env/tf/bin/activate | |
(tf) paperspace@ps23cigeo:~$ pip3 install --upgrade tensorflow-gpu | |
Collecting tensorflow-gpu | |
Downloading https://files.pythonhosted.org/packages/3b/54/d2ec2e2be34d2ded4432d6ae63933d1e43701772d3e03f4dcb1eeec45e16/tensorflow_gpu-1.7.0-cp36-cp36m-manylinux1_x86_64.whl (256.2MB) | |
100% |\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588| 256.2MB 174kB/s | |
Requirement not upgraded as not directly required: gast>=0.2.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (0.2.0) | |
Requirement not upgraded as not directly required: grpcio>=1.8.6 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (1.10.0) | |
Requirement not upgraded as not directly required: numpy>=1.13.3 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (1.14.2) | |
Requirement not upgraded as not directly required: absl-py>=0.1.6 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (0.1.10) | |
Requirement not upgraded as not directly required: termcolor>=1.1.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (1.1.0) | |
Requirement not upgraded as not directly required: six>=1.10.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (1.11.0) | |
Requirement not upgraded as not directly required: protobuf>=3.4.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (3.4.1) | |
Requirement not upgraded as not directly required: tensorboard<1.8.0,>=1.7.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (1.7.0) | |
Requirement not upgraded as not directly required: astor>=0.6.0 in ./anaconda3/lib/python3.6/site-packages (from tensorflow-gpu) (0.6.2) | |
Requirement not upgraded as not directly required: wheel>=0.26 in ./env/tf/lib/python3.6/site-packages (from tensorflow-gpu) (0.31.0) | |
Requirement not upgraded as not directly required: setuptools in ./env/tf/lib/python3.6/site-packages (from protobuf>=3.4.0->tensorflow-gpu) (39.0.1) | |
Requirement not upgraded as not directly required: werkzeug>=0.11.10 in ./anaconda3/lib/python3.6/site-packages (from tensorboard<1.8.0,>=1.7.0->tensorflow-gpu) (0.12.2) | |
Requirement not upgraded as not directly required: markdown>=2.6.8 in ./anaconda3/lib/python3.6/site-packages (from tensorboard<1.8.0,>=1.7.0->tensorflow-gpu) (2.6.9) | |
Requirement not upgraded as not directly required: html5lib==0.9999999 in ./env/tf/lib/python3.6/site-packages (from tensorboard<1.8.0,>=1.7.0->tensorflow-gpu) (0.9999999) | |
Requirement not upgraded as not directly required: bleach==1.5.0 in ./env/tf/lib/python3.6/site-packages (from tensorboard<1.8.0,>=1.7.0->tensorflow-gpu) (1.5.0) | |
grpcio 1.10.0 has requirement protobuf>=3.5.0.post1, but you'll have protobuf 3.4.1 which is incompatible. | |
Installing collected packages: tensorflow-gpu | |
Found existing installation: tensorflow-gpu 1.5.0 | |
Uninstalling tensorflow-gpu-1.5.0: | |
Successfully uninstalled tensorflow-gpu-1.5.0 | |
Successfully installed tensorflow-gpu-1.7.0 | |
(tf) paperspace@ps23cigeo:~$ pip show tensorflow-gpu | |
Name: tensorflow-gpu | |
Version: 1.7.0 | |
Summary: TensorFlow helps the tensors flow | |
Home-page: https://www.tensorflow.org/ | |
Author: Google Inc. | |
Author-email: [email protected] | |
License: Apache 2.0 | |
Location: /home/paperspace/env/tf/lib/python3.6/site-packages | |
Requires: wheel, astor, grpcio, tensorboard, absl-py, termcolor, six, gast, protobuf, numpy | |
Required-by: | |
(tf) paperspace@ps23cigeo:~$ python3 | |
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) | |
[GCC 7.2.0] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> import tensorflow | |
Illegal instruction (core dumped) | |
(tf) paperspace@ps23cigeo:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment