Closed marclundgren closed 8 years ago
Hey Marc - I think you're either running an older version of python or have not installed Beautiful Soup...
Python 2.7.6
sudo pip install bs4
Password:
Downloading/unpacking bs4
Could not find any downloads that satisfy the requirement bs4
Cleaning up...
No distributions at all found for bs4
which bs4
bs4 not found
that's probably why
You should install bs4 using easy_install. I did it like so: sudo su easy_install BeautifulSoup4
The correct command to install Beautiful Soup 4 is pip install beautifulsoup4
, not pip install bs4
.
@5j9 Thank you!
maybe I'm running the script wrong