Advertisement
lamiastella

tensorflow-0.12.1 installed

May 10th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. (py35) E:\opensource_codes\gesture_recognition\hand3d-master>pip install tensorflow==1.2.0
  2. Collecting tensorflow==1.2.0
  3. Could not find a version that satisfies the requirement tensorflow==1.2.0 (from versions: 0.12.0rc0, 0.12.0rc1, 0.12.0, 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0)
  4. No matching distribution found for tensorflow==1.2.0
  5.  
  6. (py35) E:\opensource_codes\gesture_recognition\hand3d-master>pip install tensorflow==0.12.1
  7. Collecting tensorflow==0.12.1
  8. Downloading tensorflow-0.12.1-cp35-cp35m-win_amd64.whl (13.7MB)
  9. 100% |################################| 13.8MB 130kB/s
  10. Requirement already satisfied: numpy>=1.11.0 in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from tensorflow==0.12.1)
  11. Requirement already satisfied: protobuf>=3.1.0 in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from tensorflow==0.12.1)
  12. Requirement already satisfied: six>=1.10.0 in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from tensorflow==0.12.1)
  13. Requirement already satisfied: wheel>=0.26 in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from tensorflow==0.12.1)
  14. Requirement already satisfied: setuptools in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from protobuf>=3.1.0->tensorflow==0.12.1)
  15. Requirement already satisfied: packaging>=16.8 in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from setuptools->protobuf>=3.1.0->tensorflow==0.12.1)
  16. Requirement already satisfied: appdirs>=1.4.0 in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from setuptools->protobuf>=3.1.0->tensorflow==0.12.1)
  17. Requirement already satisfied: pyparsing in c:\users\mona6\appdata\local\conda\conda\envs\py35\lib\site-packages (from packaging>=16.8->setuptools->protobuf>=3.1.0->tensorflow==0.12.1)
  18. Installing collected packages: tensorflow
  19. Found existing installation: tensorflow 1.1.0rc0
  20. Uninstalling tensorflow-1.1.0rc0:
  21. Successfully uninstalled tensorflow-1.1.0rc0
  22. Successfully installed tensorflow-0.12.1
  23.  
  24. (py35) E:\opensource_codes\gesture_recognition\hand3d-master>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement