-
Notifications
You must be signed in to change notification settings - Fork 92
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
Getting error no module named "bs4" #32
Comments
I would first make sure all the files are in the same folder before you try anything. Once they are, open command prompt and change your directory to that folder. Then you need to type pip install -r requirements.txt |
pip3 install bs4 |
"could not find a version that satisfies the requirement" error for me :( |
pip install BeautifulSoup |
Did you ever find out how to fix the error? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting an error for bs4. I've tried testing on the rest of the stuff, but it doesn't work for google or PIL. Here's the exact error message:
Traceback (most recent call last):
File "answer_bot.py", line 18, in
from bs4 import BeautifulSoup
ModuleNotFoundError: No module named 'bs4'
It would be great if you could help me with this issue, feel free to ask me for any more information you might need. The file is currently on my desktop, which is probably the reason that it can't find the modules. I'm on a macbook air. Thank you!
The text was updated successfully, but these errors were encountered: