You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was typing in pip install git+https://github.com/abenassi/Google-Search-API but there's an issue which said that cannot find command 'git' - do you have 'git' installed and in your PATH?
(My python verison is 3.9.6, tried reinstalling but still doesnt work)
Edit: tried installing the requirements.txt in the package and still doesnt work
The text was updated successfully, but these errors were encountered:
An020
changed the title
Pip install not working (cant find command "git"
Pip install not working (cant find command "git" )
Sep 14, 2022
I was typing in pip install git+https://github.com/abenassi/Google-Search-API but there's an issue which said that cannot find command 'git' - do you have 'git' installed and in your PATH?
(My python verison is 3.9.6, tried reinstalling but still doesnt work)
Edit: tried installing the requirements.txt in the package and still doesnt work
Hi! This is a problem solved if your download GIT from here https://git-scm.com/downloads
then you need to set it as a path in your system. This video very nicely outlines how to do something similar (https://www.youtube.com/watch?v=dj5oOPaeIqI&ab_channel=TechnoPanti) the only difference here is he is searching u the python exe, but instead you should be looking for the GIT exe.
So basically: download GIT --> copy path --> make new paths in internal and external environments --> set and then open and try your CMD line again
I was typing in
pip install git+https://github.com/abenassi/Google-Search-API
but there's an issue which said that cannot find command 'git' - do you have 'git' installed and in your PATH?(My python verison is 3.9.6, tried reinstalling but still doesnt work)
Edit: tried installing the requirements.txt in the package and still doesnt work
The text was updated successfully, but these errors were encountered: