If you’re getting errors after installing BeautifulSoup, it’s probably a dependency thing.
Try:
`pip install beautifulsoup4 lxml html5lib`
The more parsers, the better. Also, make sure your IDE/editor is using the same Python version as your terminal. That trips me up all the time.
Try:
`pip install beautifulsoup4 lxml html5lib`
The more parsers, the better. Also, make sure your IDE/editor is using the same Python version as your terminal. That trips me up all the time.
