rhasspy / larynx

End to end text to speech system using gruut and onnx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash MacOS Install won't run due to CERTIFICATE_VERIFY_FAILED

JasonCognitiveCode opened this issue · comments

commented

return self.do_open(http.client.HTTPSConnection, req, File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>

Have the larynx venv set up, but not sure how to give it permission to run from command line. Tried looking into certutil but the whole concept of certificates is a little strange for me so I'm not sure how to attach/allow/solve. Seems like it's the only error.