You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
After pip install -r requirements.txt still get error. Need to install html5lib module? Not mentioned in README.
The text was updated successfully, but these errors were encountered: