hit counter

Timeline

My development logbook

How to Install Beautifulsoup in Python3

This will fail immediately

1
$   /usr/local/bin/easy_install3 BeautifulSoup

with error message

1
2
3
4
  File "/usr/local/Cellar/python3/3.3.0/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/distribute-0.6.28-py3.3.egg/setuptools/sandbox.py", line 33, in <lambda>
    ).read(), "setup.py", 'exec'),
  File "setup.py", line 22
    print "Unit tests have failed!"

This is the right way

1
$  /usr/local/bin/pip3 install beautifulsoup4