Advertisement
ZeroCool22

Tensor flow installed on system?

Jul 9th, 2019
13,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. Microsoft Windows [Versión 10.0.17134.191]
  2. (c) 2018 Microsoft Corporation. Todos los derechos reservados.
  3.  
  4. C:\WINDOWS\system32>pip show tensorflow-gpu
  5.  
  6. C:\WINDOWS\system32>pip show tensorflow-gpu
  7.  
  8. C:\WINDOWS\system32>pip install tensorflow-gpu
  9. Collecting tensorflow-gpu
  10. Downloading https://files.pythonhosted.org/packages/81/d1/9222b9aac2fa27dccaef38917cde84c24888f3cd0dd139c7e12be9f49a7a/tensorflow_gpu-1.14.0-cp37-cp37m-win_amd64.whl (287.7MB)
  11. 100% |████████████████████████████████| 287.7MB 111kB/s
  12. Collecting termcolor>=1.1.0 (from tensorflow-gpu)
  13. Using cached https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
  14. Requirement already satisfied: numpy<2.0,>=1.14.5 in c:\users\zerocool22\anaconda3\lib\site-packages (from tensorflow-gpu) (1.15.1)
  15. Collecting absl-py>=0.7.0 (from tensorflow-gpu)
  16. Downloading https://files.pythonhosted.org/packages/da/3f/9b0355080b81b15ba6a9ffcf1f5ea39e307a2778b2f2dc8694724e8abd5b/absl-py-0.7.1.tar.gz (99kB)
  17. 100% |████████████████████████████████| 102kB 11.4MB/s
  18. Collecting protobuf>=3.6.1 (from tensorflow-gpu)
  19. Downloading https://files.pythonhosted.org/packages/49/cd/608edf77e6b7cbc6a79dfc33039ee78afac29dfa8e6c894b9ef95b8a5c8c/protobuf-3.8.0-cp37-cp37m-win_amd64.whl (1.0MB)
  20. 100% |████████████████████████████████| 1.0MB 12.8MB/s
  21. Requirement already satisfied: keras-preprocessing>=1.0.5 in c:\users\zerocool22\anaconda3\lib\site-packages (from tensorflow-gpu) (1.0.5)
  22. Collecting grpcio>=1.8.6 (from tensorflow-gpu)
  23. Downloading https://files.pythonhosted.org/packages/7a/f5/fe046577387a3589ab3092096ca423fcf9a8c7ac876f56c6f3b4c9b9e533/grpcio-1.22.0-cp37-cp37m-win_amd64.whl (1.6MB)
  24. 100% |████████████████████████████████| 1.6MB 11.4MB/s
  25. Collecting tensorboard<1.15.0,>=1.14.0 (from tensorflow-gpu)
  26. Downloading https://files.pythonhosted.org/packages/91/2d/2ed263449a078cd9c8a9ba50ebd50123adf1f8cfbea1492f9084169b89d9/tensorboard-1.14.0-py3-none-any.whl (3.1MB)
  27. 100% |████████████████████████████████| 3.2MB 9.3MB/s
  28. Requirement already satisfied: wheel>=0.26 in c:\users\zerocool22\anaconda3\lib\site-packages (from tensorflow-gpu) (0.31.1)
  29. Collecting gast>=0.2.0 (from tensorflow-gpu)
  30. Downloading https://files.pythonhosted.org/packages/4e/35/11749bf99b2d4e3cceb4d55ca22590b0d7c2c62b9de38ac4a4a7f4687421/gast-0.2.2.tar.gz
  31. Requirement already satisfied: six>=1.10.0 in c:\users\zerocool22\anaconda3\lib\site-packages (from tensorflow-gpu) (1.11.0)
  32. Requirement already satisfied: keras-applications>=1.0.6 in c:\users\zerocool22\anaconda3\lib\site-packages (from tensorflow-gpu) (1.0.6)
  33. Collecting wrapt>=1.11.1 (from tensorflow-gpu)
  34. Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz
  35. Collecting tensorflow-estimator<1.15.0rc0,>=1.14.0rc0 (from tensorflow-gpu)
  36. Downloading https://files.pythonhosted.org/packages/3c/d5/21860a5b11caf0678fbc8319341b0ae21a07156911132e0e71bffed0510d/tensorflow_estimator-1.14.0-py2.py3-none-any.whl (488kB)
  37. 100% |████████████████████████████████| 491kB 14.7MB/s
  38. Collecting google-pasta>=0.1.6 (from tensorflow-gpu)
  39. Downloading https://files.pythonhosted.org/packages/d0/33/376510eb8d6246f3c30545f416b2263eee461e40940c2a4413c711bdf62d/google_pasta-0.1.7-py3-none-any.whl (52kB)
  40. 100% |████████████████████████████████| 61kB 8.8MB/s
  41. Collecting astor>=0.6.0 (from tensorflow-gpu)
  42. Downloading https://files.pythonhosted.org/packages/d1/4f/950dfae467b384fc96bc6469de25d832534f6b4441033c39f914efd13418/astor-0.8.0-py2.py3-none-any.whl
  43. Requirement already satisfied: setuptools in c:\users\zerocool22\anaconda3\lib\site-packages (from protobuf>=3.6.1->tensorflow-gpu) (40.2.0)
  44. Collecting markdown>=2.6.8 (from tensorboard<1.15.0,>=1.14.0->tensorflow-gpu)
  45. Downloading https://files.pythonhosted.org/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
  46. 100% |████████████████████████████████| 92kB 11.6MB/s
  47. Requirement already satisfied: werkzeug>=0.11.15 in c:\users\zerocool22\anaconda3\lib\site-packages (from tensorboard<1.15.0,>=1.14.0->tensorflow-gpu) (0.14.1)
  48. Requirement already satisfied: h5py in c:\users\zerocool22\anaconda3\lib\site-packages (from keras-applications>=1.0.6->tensorflow-gpu) (2.8.0)
  49. Building wheels for collected packages: termcolor, absl-py, gast, wrapt
  50. Running setup.py bdist_wheel for termcolor ... done
  51. Stored in directory: C:\Users\ZeroCool22\AppData\Local\pip\Cache\wheels\7c\06\54\bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
  52. Running setup.py bdist_wheel for absl-py ... done
  53. Stored in directory: C:\Users\ZeroCool22\AppData\Local\pip\Cache\wheels\ee\98\38\46cbcc5a93cfea5492d19c38562691ddb23b940176c14f7b48
  54. Running setup.py bdist_wheel for gast ... done
  55. Stored in directory: C:\Users\ZeroCool22\AppData\Local\pip\Cache\wheels\5c\2e\7e\a1d4d4fcebe6c381f378ce7743a3ced3699feb89bcfbdadadd
  56. Running setup.py bdist_wheel for wrapt ... done
  57. Stored in directory: C:\Users\ZeroCool22\AppData\Local\pip\Cache\wheels\d7\de\2e\efa132238792efb6459a96e85916ef8597fcb3d2ae51590dfd
  58. Successfully built termcolor absl-py gast wrapt
  59. tensorboard 1.14.0 has requirement setuptools>=41.0.0, but you'll have setuptools 40.2.0 which is incompatible.
  60. Installing collected packages: termcolor, absl-py, protobuf, grpcio, markdown, tensorboard, gast, wrapt, tensorflow-estimator, google-pasta, astor, tensorflow-gpu
  61. Found existing installation: wrapt 1.10.11
  62. Cannot uninstall 'wrapt'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
  63.  
  64. C:\WINDOWS\system32>pip show tensorflow-gpu
  65.  
  66. C:\WINDOWS\system32>pip uninstall tensorflow-gpu
  67. Skipping tensorflow-gpu as it is not installed.
  68.  
  69. C:\WINDOWS\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement