chorobikmichal / HQ-Trivia-BOT

bot that can answer HQ Trivia questions
4 stars 8 forks source link

No module named 'image' #9

Open aronminn opened 6 years ago

aronminn commented 6 years ago

Traceback (most recent call last): File "trivia.py", line 4, in import image ModuleNotFoundError: No module named 'image'

Can some one help me width this?

DavisAndn commented 6 years ago

I have the same issue

tombets2424 commented 6 years ago

Did you ever manage to fix this??

I managed to do something but, it doesn't work. I just deleted the lines that the program didn't like, for instance line 4, until the program worked. But, obviously the program needed those lines to fully run so when it searches it brings back nothing.

tombets2424 commented 6 years ago

Actually it's easy to fix, assuming you haven't done this or still want to attempt to use this. All you do is install what is missing. So for this example you do: pip3 install image

You might also have to do other ones like: pip3 install pandas Also if pip3 doesn't work try pip or pip2.