-
Notifications
You must be signed in to change notification settings - Fork 384
socket error #91
Comments
Which version of Python and Django are you using? Also can you paste in your |
I receive the same error with that command. I pasted my pip freeze below. I specified Python 3.6 in my Pipfile, but do I need to do it somewhere else as well? I installed django using pip3, I am not sure how to check the version. altgraph==0.10.2 |
Never mind, dumb problem, I was working outside of the virtual env. Thanks for your help! |
Hi,
When trying to create a new django app (using django-admin.py startproject --template=https://github.com/heroku/heroku-django-template/archive/master.zip --name=Procfile helloworld) I receive the following error:
CommandError: couldn't download URL https://github.com/heroku/heroku-django-template/archive/master.zip to master.zip: [Errno socket error] [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590)
I haven't been able to figure out why. I am on a Mac. Thanks so much!
The text was updated successfully, but these errors were encountered: