I'm trying to install the BeautifulSoup library with pip
for Python 3.6:
$ pip install beautifulSoup
But he throws me an error:
(myvenv) eduardorr21@eduardoreyes21 ~/Documents/WebScraping $ pip install beautifulSoup beautifulSoup Using cached BeautifulSoup-3.2.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-9caehp9_/beautifulSoup/setup.py", line 22 print "Unit tests have failed!" ^ SyntaxError: Missing parentheses in call to 'print' ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9caehp9_/beautifulSoup/
Supposedly the file setup.py is not updated and I've updated it.