How can I from bs4 import BeautifulSoup?

You should be using pip to install, so you can simply do

pip install beautifulsoup4

That will install the latest BS4, which is 4.3.1 as of 2013-08-15. It supports Python 3.

Leave a Comment