You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: