sushant10 / HQ_Bot

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

Error running Bot #66

Open Hd1440 opened 6 years ago

Hd1440 commented 6 years ago

I have installed all the required packages to run the bot, however when I proceed to actually run it I get this error:

python answer_bot.py Traceback (most recent call last): File "answer_bot.py", line 18, in from bs4 import BeautifulSoup ImportError: No module named bs4

I have already looked at the other issue that is open and it said that the solution is to enter pip3 install bs4, and so I did but it says that it is already installed and satisfied:

pip3 install bs4 Requirement already satisfied: bs4 in c:\users\LOL\appdata\local\programs\python\python36-32\lib\site-packages Requirement already satisfied: beautifulsoup4 in c:\users\LOL\appdata\local\programs\python\python36-32\lib\site-packages (from bs4)

I do not know where to go from here, any help is appreciated.

JayOffical commented 6 years ago

@Hd1440 @sushant10 I get the line 18 as well although I installed BeautifulSoup4