I am unable to install beautifulsoup module
Error:
C:\WINDOWS\system32>pip install beautifulsoup
Collecting 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 "C:\Users\surabhis\AppData\Local\Temp\pip-build-tdxcdfig\beautifulsou
p\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 C:\Users\username
\AppData\Local\Temp\pip-build-tdxcdfig\beautifulsoup\
I followed the work arounds specified at Python pip install gives "Command "python setup.py egg_info" failed with error code 1"
pip install --upgrade setuptools pip install ez_setup followed by retry of module installation.
However, it is still not working. I am using cmd as administrator.
OS : Windows 8.1 Pro Python : 3.6.0