-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem installing GitHub packages: "Cannot find command 'git' - do you have 'git' installed and in your PATH?" #3
Comments
Hi @TsvetalinGr, The error message is telling you that |
(book_env) C:\Users\tompe\my_folder>pip3 install -r requirements.txt **Hi Stef I am getting the same error. I have git installed but how do I let pip know where it is?** |
@tompearce - you need to add it to the PATH environment variable. Currently, |
@stefmolin -Great thanks. PATH updated and now all installed fine. |
@TsvetalinGr - Were you able to resolve your issue? |
Hi I have problems with setting up the book_env.
(book_env) C:\Users\TGrigorov>pip3 install -r %cd%\Documents\Python\Packt\Hands-On-Data-Analysis-with-Pandas-2nd-edition-master\requirements.txt
Collecting git+https://github.com/stefmolin/#-attempt-simulator.git@2nd_edition (from -r C:\Users\TGrigorov\Documents\Python\Packt\Hands-On-Data-Analysis-with-Pandas-2nd-edition-master\requirements.txt (line 15))
Cloning https://github.com/stefmolin/#-attempt-simulator.git (to revision 2nd_edition) to c:\users\tgrigorov\appdata\local\temp\pip-req-build-zgwb1xxn
Running command git clone -q https://github.com/stefmolin/#-attempt-simulator.git 'C:\Users\TGrigorov\AppData\Local\Temp\pip-req-build-zgwb1xxn'
ERROR: Error [WinError 2] Das System kann die angegebene Datei nicht finden while executing command git clone -q https://github.com/stefmolin/#-attempt-simulator.git 'C:\Users\TGrigorov\AppData\Local\Temp\pip-req-build-zgwb1xxn'
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?
I managed to install evrything till "wheel". But "login-attempt-simulator", "ml-utils", "stock-analysis" and "visual-aids" are not installed.
The text was updated successfully, but these errors were encountered: