Solution to problem with SSL certificates when downloading models
Opened this issue · 1 comments
ShuangLin212 commented
Hi, when I tried to fetch models it showed SSL error URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)>
It seems like a common issue on mac, it can be fixed by following command:
open /Applications/Python\ 3.9/Install\ Certificates.command
amkrajewski commented
Hi @ShuangLin212 thanks for sharing the issue you've experienced on Mac, which while not directly related to pySIPFENN
can occur for its users. Would you be interested in contributing this note to FAQ under docs/faq.md section Model Download
through PR? A quick formatted Markdown note will suffice.