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?
I think it need some brackets, like this
print( 'looking for', f)Or it doesn't support python3?