abenassi / Google-Search-API

Python based api for searching google web, images, calc, and currency conversion.
552 stars 218 forks source link

pip install not working #82

Open himanshunaidu opened 4 years ago

himanshunaidu commented 4 years ago

After cloning the package using pip, i still cannot use it after trying to import google in my python file

I even manually cloned the project and changed to the directory. It still gives the module-not-found error

ANNwind commented 4 years ago

Try installing the required packages one by one from the requirements.txt. That worked for me, also, for some reason it did not work in PyCharm, but did in the interpreter or Jupyter Notebooks