Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualenv-burrito upgrade stopped working #76

Open
briantjacobs opened this issue Apr 18, 2018 · 3 comments
Open

virtualenv-burrito upgrade stopped working #76

briantjacobs opened this issue Apr 18, 2018 · 3 comments

Comments

@briantjacobs
Copy link

Tried this on two different machines, cant upgrade virtual burrito

virtualenv-burrito upgrade
+ setuptools will upgrade (28.8.0 -> 39.0.1)
+ pip will upgrade (None -> 9.0.3)
+ virtualenv will upgrade (15.1.0 -> 15.2.0)
+ virtualenvwrapper will upgrade (4.7.2 -> 4.8.2)
  Downloading setuptools-39.0.1.zip …

ERROR - Unable to download https://pypi.python.org/packages/72/c2/c09362ab29338413ab687b47dab03bab4a792e2bbb727a1eb5e0a88e3b86/setuptools-39.0.1.zip: <class 'urllib2.URLError'> <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)>

Using Python 2.7.10

@mattrobenolt
Copy link
Collaborator

So the error here is unrelated to virtualenv-burrito. We could probably do something to work around this, but it'd be a pain since we rely solely on the stdlib.

But for more details, check out https://pyfound.blogspot.com/2017/01/time-to-upgrade-your-python-tls-v12.html

@briantjacobs
Copy link
Author

Thanks for this, I wasn't aware of the change. Feel free to close.

@deyvsh
Copy link

deyvsh commented Oct 31, 2019

For mac users, the TL;DR is: brew install python@2

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

No branches or pull requests

3 participants