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
Could you document the prerequisite so users don't run into errors like this?
./gen.py
Traceback (most recent call last):
File "./gen.py", line 4, in <module>
from bs4 import BeautifulSoup, NavigableString, Tag
ImportError: No module named bs4
The text was updated successfully, but these errors were encountered:
Could you document the prerequisite so users don't run into errors like this?
The text was updated successfully, but these errors were encountered: