An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
SSLError(SSLError(SSLError(“bad handshake: Error([(‘SSL routines’, ‘ssl3_get_server_certificate’, ‘certificate verify failed’)],)”,),),)
I ran into the same issue last night. Not sure whats the causing the problem though. The HTTPS link seems to work fine in the browser. It looks like the anaconda installer doesn’t like the new certificate for this link. ( see below)
Tweaking this line form install.sh script in the cryosparc folder worked for me.
Thanks @achintangal for figuring that out.
Another way is to replace the line with: conda install -q -y --force -c richli fftw=3.3.4 pyfftw=0.9.2
I believe this error is temporary because the certificates of the package hosting service have expired, but the above fix will be in the upcoming release.