We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Thank you! Saved me hours as well.
A few helpful bits I found along the way:
* ~/Library/Logs/DiagnosticReports - is where you can find crash dumps
* because pip wasn't working I couldn't use it to uninstall asn1crypto, so I just rm'd it from site-packages with rm -rf asn1crypto asn1crypto-0.24.0.dist-info
Thankyou! This saved me hours – as I didn't spot that it wasn't my binary code calling libcrypto that was at fault!
Thank you ! After spending hours going through the other articles which talk of symlinking the libcrypto libraries and setting the dynamic paths, this was what actually fixed my problem ! Thanks - we had a dependency on asn1crypto that was setting up a lower version. Bumping that up did the trick.