joschu / cgt

Computation Graph Toolkit
Other
628 stars 87 forks source link

Get “SSL: CERTIFICATE_VERIFY_FAILED” Error when installing openblas #24

Open harpone opened 8 years ago

harpone commented 8 years ago

Just a FYI.

It's this error: http://stackoverflow.com/questions/27835619/ssl-certificate-verify-failed-error

I fixed it by adding

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

as in one version in the best answer...

joschu commented 8 years ago

OK, thanks for posting. That download script is sure causing a lot of trouble. I guess there's a lesson there :)