You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install in anaconda gives error with BeautifulSoup3
(base) C:\Users\murta>pip install glassdoor
Collecting glassdoor
Using cached glassdoor-0.0.8.tar.gz
Requirement already satisfied: requests>=1.1.0 in c:\users\murta\anaconda3\lib\site-packages (from glassdoor)
Collecting BeautifulSoup>=3.2.1 (from glassdoor)
Using cached BeautifulSoup-3.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\murta\AppData\Local\Temp\pip-build-xnnub7vo\BeautifulSoup\setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "Unit tests have failed!")?
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\murta\AppData\Local\Temp\pip-build-xnnub7vo\BeautifulSoup\
The text was updated successfully, but these errors were encountered:
pip install in anaconda gives error with BeautifulSoup3
(base) C:\Users\murta>pip install glassdoor
Collecting glassdoor
Using cached glassdoor-0.0.8.tar.gz
Requirement already satisfied: requests>=1.1.0 in c:\users\murta\anaconda3\lib\site-packages (from glassdoor)
Collecting BeautifulSoup>=3.2.1 (from glassdoor)
Using cached BeautifulSoup-3.2.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\murta\AppData\Local\Temp\pip-build-xnnub7vo\BeautifulSoup\setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int "Unit tests have failed!")?
Command "python setup.py egg_info" failed with error code 1 in C:\Users\murta\AppData\Local\Temp\pip-build-xnnub7vo\BeautifulSoup\
The text was updated successfully, but these errors were encountered: