DominikBuchner/BOLDigger

windows: crash fixed by updating beautifulsoup4

Closed this issue · 2 comments

BOLDigger crashes on windows 10, claiming Pandas needs beautifulsoup4 v 4.11.1 or newer (my machine had 4.10 installed).

Fixed by forcing an upgrade of bs4 using:
pip install --upgrade beautifulsoup4

Fixed with BOLDigger2.