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

Getting error no module named "bs4" #32

Open
ifisq opened this issue Mar 13, 2018 · 5 comments
Open

Getting error no module named "bs4" #32

ifisq opened this issue Mar 13, 2018 · 5 comments

Comments

@ifisq
Copy link

ifisq commented Mar 13, 2018

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!

@enegronjr
Copy link

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

@0bytedna
Copy link

pip3 install bs4

@jainyankee1993
Copy link

"could not find a version that satisfies the requirement" error for me :(

@0bytedna
Copy link

pip install BeautifulSoup

@Hd1440
Copy link

Hd1440 commented Apr 6, 2018

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants