Advertisement
Guest User

Untitled

a guest
Nov 15th, 2017
2,584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. > pip3 install --upgrade tensorflow
  2. Collecting tensorflow
  3. Downloading tensorflow-1.4.0-cp36-cp36m-win_amd64.whl (28.3MB)
  4. 100% |████████████████████████████████| 28.3MB 39kB/s
  5. Requirement already up-to-date: six>=1.10.0 in c:\users\*****\appdata\local\programs\python\python36\lib\site-packages (from tensorflow)
  6. Collecting numpy>=1.12.1 (from tensorflow)
  7. Downloading numpy-1.13.3-cp36-none-win_amd64.whl (13.1MB)
  8. 100% |████████████████████████████████| 13.1MB 82kB/s
  9. Collecting protobuf>=3.3.0 (from tensorflow)
  10. Downloading protobuf-3.4.0-py2.py3-none-any.whl (375kB)
  11. 100% |████████████████████████████████| 378kB 1.7MB/s
  12. Collecting wheel>=0.26 (from tensorflow)
  13. Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)
  14. 100% |████████████████████████████████| 51kB 5.1MB/s
  15. Collecting tensorflow-tensorboard<0.5.0,>=0.4.0rc1 (from tensorflow)
  16. Downloading tensorflow_tensorboard-0.4.0rc2-py3-none-any.whl (1.7MB)
  17. 100% |████████████████████████████████| 1.7MB 622kB/s
  18. Collecting enum34>=1.1.6 (from tensorflow)
  19. Downloading enum34-1.1.6-py3-none-any.whl
  20. Collecting setuptools (from protobuf>=3.3.0->tensorflow)
  21. Downloading setuptools-36.7.2-py2.py3-none-any.whl (482kB)
  22. 100% |████████████████████████████████| 491kB 1.4MB/s
  23. Collecting html5lib==0.9999999 (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow)
  24. Downloading html5lib-0.9999999.tar.gz (889kB)
  25. 100% |████████████████████████████████| 890kB 1.1MB/s
  26. Requirement already up-to-date: werkzeug>=0.11.10 in c:\users\*****\appdata\local\programs\python\python36\lib\site-packages (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow)
  27. Collecting markdown>=2.6.8 (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow)
  28. Downloading Markdown-2.6.9.tar.gz (271kB)
  29. 100% |████████████████████████████████| 276kB 1.7MB/s
  30. Collecting bleach==1.5.0 (from tensorflow-tensorboard<0.5.0,>=0.4.0rc1->tensorflow)
  31. Downloading bleach-1.5.0-py2.py3-none-any.whl
  32. Installing collected packages: numpy, setuptools, protobuf, wheel, html5lib, markdown, bleach, tensorflow-tensorboard, enum34, tensorflow
  33. Found existing installation: setuptools 28.8.0
  34. Uninstalling setuptools-28.8.0:
  35. Successfully uninstalled setuptools-28.8.0
  36. Running setup.py install for html5lib ... done
  37. Running setup.py install for markdown ... done
  38. Successfully installed bleach-1.5.0 enum34-1.1.6 html5lib-0.9999999 markdown-2.6.9 numpy-1.13.3 protobuf-3.4.0 setuptools-36.7.2 tensorflow-1.4.0 tensorflow-tensorboard-0.4.0rc2 wheel-0.30.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement