Advertisement
lamiastella

git not detected

May 9th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. C:\WINDOWS\system32>activate py35
  2.  
  3. (py35) C:\WINDOWS\system32>pip install git+https://github.com/zsdonghao/tensorlayer.git@ba30379f1b86f930d6e86e1c8db49cbd2d9aa314
  4. Collecting git+https://github.com/zsdonghao/tensorlayer.git@ba30379f1b86f930d6e86e1c8db49cbd2d9aa314
  5. Cloning https://github.com/zsdonghao/tensorlayer.git (to ba30379f1b86f930d6e86e1c8db49cbd2d9aa314) to c:\users\mona6\appdata\local\temp\pip-05zv34yb-build
  6. Error [WinError 2] The system cannot find the file specified while executing command git clone -q https://github.com/zsdonghao/tensorlayer.git C:\Users\mona6\AppData\Local\Temp\pip-05zv34yb-build
  7. Cannot find command 'git'
  8.  
  9. (py35) C:\WINDOWS\system32>git
  10. 'git' is not recognized as an internal or external command,
  11. operable program or batch file.
  12.  
  13. (py35) C:\WINDOWS\system32>choco install git.install
  14. Chocolatey v0.10.5
  15. Installing the following packages:
  16. git.install
  17. By installing you accept licenses for the packages.
  18. git.install v2.12.2.2 already installed.
  19. Use --force to reinstall, specify a version to install, or try upgrade.
  20.  
  21. Chocolatey installed 0/1 packages. 0 packages failed.
  22. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  23.  
  24. Warnings:
  25. - git.install - git.install v2.12.2.2 already installed.
  26. Use --force to reinstall, specify a version to install, or try upgrade.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement