arocks / edge

A Django project skeleton that is modern and cutting edge.
http://django-edge.readthedocs.org/
MIT License
840 stars 247 forks source link

<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] ...> #83

Closed umberto-jr closed 5 years ago

umberto-jr commented 6 years ago

I don't know how often people stumble on the error below, It happens after entering the start project command found in the instructions page:

$ django-admin.py startproject --template=https://github.com/arocks/edge/archive/master.zip --extension=py,md,html,env my_proj

CommandError: couldn't download URL https://github.com/arocks/edge/archive/master.zip to master.zip: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)>

It took me a whole night trying workarounds without any success until today I tried something different: I manually downloaded the master.zip file and pointed it to the command:

$ django-admin.py startproject --template=~/Desktop/edge-master.zip --extension=py,md,html,env my_proj

Hope it saves some beginners' time.

xioloix commented 5 years ago

Oh, I've stumbled too

arocks commented 5 years ago

An SSL error occurs for some users especially on macOS. So explicit zip file download step is mentioned in the README.