-
Cannot get program to run, fails at SSL verification. Have tried many different things. Using Python 3.11.1
I referenced this for a similar Whisper error and the provided answer did not resolve the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 5 replies
-
I cannot load the models because the site they are being referenced from is not trusted (issue with self-signed certificate). The same issue occurs either in the main OS environment or within Python. |
Beta Was this translation helpful? Give feedback.
-
This works inside of Python:
|
Beta Was this translation helpful? Give feedback.
-
I have not tried this, as I was content with my solution, but another workaround would be to simply download the models manually and then place them in the folder where Whisper stores them so that Whisper does not need to use the API to download them and therefore will not perform the SSL check. Edit - performed this with the remaining models that I had not used and can verify that it works. |
Beta Was this translation helpful? Give feedback.
-
I am on MacOS. Running following command works for me. /Applications/Python\ 3.10/Install\ Certificates.command Ref: https://stackoverflow.com/a/42334357/18849885
|
Beta Was this translation helpful? Give feedback.
-
This worked for me: running the Install.certificates.command file within the Applications\Python 3.11 folder. |
Beta Was this translation helpful? Give feedback.
-
If you are still facing any issue and not getting the proper solution, I found the helpful resource, you can check out the following guide:- https://cheapsslweb.com/blog/ssl-certificate-verify-failed-error-in-python/. I hope it helps! |
Beta Was this translation helpful? Give feedback.
This works inside of Python: