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
Not a bug perse, and maybe extra notes could be added under bs4 for macOS users?
On macOS I had to install two dependencies for bs4 to work properly:
pip install html5lib pip install lxml
ERROR: 33_NASA - SC Records (https://www.teamunify.com/team/isnasa/page/team-info/short-course-yards#2)
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?
Thank you very much for taking the time to report this.
I tried to track the issue down, and confirmed that lxml should be installed with webchanges since it's listed as a dependency (try pip show webchanges). However, as per html5lib, that's required only if you explicitly select it as a parser in your job files, e.g.
html5librequires having the html5lib Python package already installed,
the way it's currently documented is very poor (the comment is very easy to miss) and html5lib does not appear anywhere in the dependencies help pages.
Describe the bug
Not a bug perse, and maybe extra notes could be added under
bs4
for macOS users?On macOS I had to install two dependencies for bs4 to work properly:
pip install html5lib
pip install lxml
To Reproduce
Expected behavior
Screen scrape/screenshots
Version info
Additional context
I think we discussed this a few years back, you worked on it and I failed to respond.... I apologize if that's the case.
After installing those additional dependencies my rules ran without issue.
I followed advice from this page
https://stackoverflow.com/questions/24398302/bs4-featurenotfound-couldnt-find-a-tree-builder-with-the-features-you-requeste
The text was updated successfully, but these errors were encountered: