ModuleNotFoundError: No module named 'bs4'
python -m pip install beautifulsoup4
python -c "import bs4; print(bs4.__version__)"
Success! bs4 version x.y.z (e.g., 2.4.0)