virtualenv-burrito icon indicating copy to clipboard operation
virtualenv-burrito copied to clipboard

virtualenv-burrito upgrade stopped working

Open briantjacobs opened this issue 7 years ago • 3 comments

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

briantjacobs avatar Apr 18 '18 17:04 briantjacobs

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

mattrobenolt avatar Apr 18 '18 23:04 mattrobenolt

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

briantjacobs avatar Apr 26 '18 04:04 briantjacobs

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

deyvsh avatar Oct 31 '19 15:10 deyvsh