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

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library? #33

Closed
lyricnz opened this issue May 27, 2020 · 3 comments

Comments

@lyricnz
Copy link

lyricnz commented May 27, 2020

After pip install -r requirements.txt still get error. Need to install html5lib module? Not mentioned in README.

~ Logged in! ~
Getting lesson links...
Traceback (most recent call last):
  File "driver.py", line 100, in <module>
    parsed_html = BeautifulSoup(html, 'html5lib')
  File "/Users/ME/src/github/LinuxAcademy-DL/venv/lib/python3.7/site-packages/bs4/__init__.py", line 245, in __init__
    % ",".join(features))
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?
@RahulShaw
Copy link
Owner

Please run pip install html5lib
Moreover, I've updated requirements.txt. Thanks for pointing it out.

@lyricnz
Copy link
Author

lyricnz commented May 27, 2020

Thanks.

@lyricnz
Copy link
Author

lyricnz commented May 27, 2020 via email

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