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
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
I think you should change the setup.py file for python3.x users because "beautifulsoup" giving an error :
Running setup.py (path:/tmp/pip-build-a01i9mg2/beautifulsoup/setup.py) egg_info for package beautifulsoup
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-a01i9mg2/beautifulsoup/setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think you should change the setup.py file for python3.x users because "beautifulsoup" giving an error :
Running setup.py (path:/tmp/pip-build-a01i9mg2/beautifulsoup/setup.py) egg_info for package beautifulsoup
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip-build-a01i9mg2/beautifulsoup/setup.py", line 22
print "Unit tests have failed!"
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered: