Closed seandkim closed 7 years ago
Try pip3.
It says command not found
Maybe try python3 -m pip install [package name]
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 "/private/var/folders/xx/qkxl6z5n4d748kscv5hhz3t00000gp/T/pip-build-vkd7vjm1/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 /private/var/folders/xx/qkxl6z5n4d748kscv5hhz3t00000gp/T/pip-build-vkd7vjm1/beautifulsoup/
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
try python3 -m pip install --upgrade pip
first, it looks like the version of beautifulsoup you are trying to install isn't python3 supported.
also try python3 -m pip install -U beautifulsoup4
(it's apparently a different version).
@seandkim
^That solved it. thank you.
Hacker name(s): Sean Physical location: Rangos Operating system(s): Mac Programming Langugage: Python
Description