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 May 29, 2020. It is now read-only.
Using cached ssl-1.16.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/v_/0ccnntmx21j9fnj7jjhqvf5c0000gn/T/pip-build-gygom9j7/ssl/setup.py", line 33
print 'looking for', f
^
SyntaxError: Missing parentheses in call to 'print'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/v_/0ccnntmx21j9fnj7jjhqvf5c0000gn/T/pip-build-gygom9j7/ssl/
I think it need some brackets, like this print( 'looking for', f)
Or it doesn't support python3?
The text was updated successfully, but these errors were encountered:
I think it need some brackets, like this
print( 'looking for', f)
Or it doesn't support python3?
The text was updated successfully, but these errors were encountered: