New comment by tranzystorek-io on void-packages repository https://github.com/void-linux/void-packages/pull/38161#issuecomment-1191447206 Comment: This patch should fix the bs4 problem: ```patch diff --git a/setup.py b/setup.py index 3671638..3e2030b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ INSTALL_REQUIRES = [ 'pandas', 'datetime', 'requests', - 'bs4', + 'beautifulsoup4', 'lxml' ] CLASSIFIERS = [ ```