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.
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.