Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running Bot #66

Open
Hd1440 opened this issue Apr 4, 2018 · 1 comment
Open

Error running Bot #66

Hd1440 opened this issue Apr 4, 2018 · 1 comment

Comments

@Hd1440
Copy link

Hd1440 commented Apr 4, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants