lmzach09 / Python_ChatBot_Google

A ChatBot made with Python and Google Search
73 stars 61 forks source link

ModuleNotFoundError: No module named 'googlesearch' #2

Open ozkulah opened 4 years ago

ozkulah commented 4 years ago

It gives "ModuleNotFoundError: No module named 'googlesearch'" error in python 3.7.

Is there a change in modules.

maheshdrago commented 4 years ago

Did you install requirements.txt?

Utkarsh-021 commented 4 years ago

pip install -r requirements.txt

Gowtham171996 commented 4 years ago

pip install google-search

anaetm commented 2 years ago

this options are not working on streamlit, please could some body tell us what can we do ? thanks a lot !

blackdoor1 commented 2 months ago

image