sushant10 / HQ_Bot

📲 Bot to help solve HQ trivia
MIT License
173 stars 92 forks source link

Error when running "no module named google" #51

Open joerialcapone opened 6 years ago

joerialcapone commented 6 years ago

anyone know how to fix this error when i try to run the program ? had the same problem with bs4 but fixed that one

MacBook-Pro:HQ_Bot user$ python3 answer_bot.py Traceback (most recent call last): File "answer_bot.py", line 19, in from google import google ModuleNotFoundError: No module named 'google' MacBook-Pro:HQ_Bot user$

ghost commented 6 years ago

In one of the folders, there is a text document titled “settings”. In there are all the keywords to be removed. Just paste them into the bracket and make sure to press enter after the last word

akm98 commented 6 years ago

Can you please explain this solution in a bit more detailed way I am not able to catch what are you explaining.