Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Can't install to Python3 in virtualenv #7

Open
nazandr opened this issue Nov 16, 2016 · 2 comments
Open

Can't install to Python3 in virtualenv #7

nazandr opened this issue Nov 16, 2016 · 2 comments

Comments

@nazandr
Copy link

nazandr commented Nov 16, 2016

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?

@sigmavirus24
Copy link
Member

I'd doesn't support anything after Python 2.5. The repository is quite clear on that point.

Sent from my Android device with K-9 Mail. Please excuse my brevity.

@Fennec78
Copy link

Fennec78 commented Oct 4, 2019

Can't install pip install ssl on ubuntu
[Errno 2] No such file or directory

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants