Advertisement
Guest User

Untitled

a guest
Sep 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. (tensorflow) C:\Users\Hyejoo\710231>pip install tensorflow==1.6
  2. Collecting tensorflow==1.6
  3. Downloading https://files.pythonhosted.org/packages/56/7d/a0e3ae33e8034be8e7d6b99a7f512c6e71b2180603fc3e0cfb6047b7374f/tensorflow-1.6.0-cp36-cp36m-win_amd64.whl (32.3MB)
  4. 100% |????????????????????????????????| 32.3MB 121kB/s
  5. Requirement already satisfied: numpy>=1.13.3 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (1.14.5)
  6. Requirement already satisfied: six>=1.10.0 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (1.11.0)
  7. Requirement already satisfied: wheel>=0.26 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (0.31.1)
  8. Requirement already satisfied: grpcio>=1.8.6 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (1.14.2)
  9. Collecting tensorboard<1.7.0,>=1.6.0 (from tensorflow==1.6)
  10. Downloading https://files.pythonhosted.org/packages/b0/67/a8c91665987d359211dcdca5c8b2a7c1e0876eb0702a4383c1e4ff76228d/tensorboard-1.6.0-py3-none-any.whl (3.0MB)
  11. 100% |????????????????????????????????| 3.1MB 137kB/s
  12. Requirement already satisfied: protobuf>=3.4.0 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (3.6.1)
  13. Requirement already satisfied: absl-py>=0.1.6 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (0.4.1)
  14. Requirement already satisfied: termcolor>=1.1.0 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (1.1.0)
  15. Requirement already satisfied: astor>=0.6.0 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (0.7.1)
  16. Requirement already satisfied: gast>=0.2.0 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorflow==1.6) (0.2.0)
  17. Requirement already satisfied: markdown>=2.6.8 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6) (2.6.11)
  18. Collecting bleach==1.5.0 (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6)
  19. Downloading https://files.pythonhosted.org/packages/33/70/86c5fec937ea4964184d4d6c4f0b9551564f821e1c3575907639036d9b90/bleach-1.5.0-py2.py3-none-any.whl
  20. Collecting html5lib==0.9999999 (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6)
  21. Downloading https://files.pythonhosted.org/packages/ae/ae/bcb60402c60932b32dfaf19bb53870b29eda2cd17551ba5639219fb5ebf9/html5lib-0.9999999.tar.gz (889kB)
  22. 100% |????????????????????????????????| 890kB 162kB/s
  23. Requirement already satisfied: werkzeug>=0.11.10 in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from tensorboard<1.7.0,>=1.6.0->tensorflow==1.6) (0.14.1)
  24. Requirement already satisfied: setuptools in c:\users\hyejoo\venv\tensorflow\lib\site-packages (from protobuf>=3.4.0->tensorflow==1.6) (39.1.0)
  25. Building wheels for collected packages: html5lib
  26. Running setup.py bdist_wheel for html5lib ... done
  27. Stored in directory: C:\Users\Hyejoo\AppData\Local\pip\Cache\wheels\50\ae\f9\d2b189788efcf61d1ee0e36045476735c838898eef1cad6e29
  28. Successfully built html5lib
  29. Installing collected packages: html5lib, bleach, tensorboard, tensorflow
  30. Found existing installation: html5lib 1.0.1
  31. Uninstalling html5lib-1.0.1:
  32. Successfully uninstalled html5lib-1.0.1
  33. Found existing installation: bleach 2.1.4
  34. Uninstalling bleach-2.1.4:
  35. Successfully uninstalled bleach-2.1.4
  36. Found existing installation: tensorboard 1.10.0
  37. Uninstalling tensorboard-1.10.0:
  38. Successfully uninstalled tensorboard-1.10.0
  39. Successfully installed bleach-1.5.0 html5lib-0.9999999 tensorboard-1.6.0 tensorflow-1.6.0
  40.  
  41. (tensorflow) C:\Users\Hyejoo\710231>
  42. (tensorflow) C:\Users\Hyejoo\710231>ipython notebook
  43. [TerminalIPythonApp] WARNING | Subcommand `ipython notebook` is deprecated and will be removed in future versions.
  44. [TerminalIPythonApp] WARNING | You likely want to use `jupyter notebook` in the future
  45. [I 13:14:31.535 NotebookApp] Loading IPython parallel extension
  46. [I 13:14:31.537 NotebookApp] Serving notebooks from local directory: C:\Users\Hyejoo\710231
  47. [I 13:14:31.538 NotebookApp] The Jupyter Notebook is running at:
  48. [I 13:14:31.539 NotebookApp] http://localhost:8888/?token=de5e8923f1de57a19f4e6b7c76f47b4c29108847bedb19ff
  49. [I 13:14:31.540 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  50. [C 13:14:31.551 NotebookApp]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement