abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️

Home Page:https://abdeladim-s.github.io/subsai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CERTIFICATE_VERIFY_FAILED

codeliger opened this issue · comments

commented
  File "/opt/miniconda3/lib/python3.11/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:1006)>

Anyone else get this issue?

@codeliger, I think there is something wrong with your Python installation or your SSL certificates are out of date.
You can try the solutions in this Stackoverflow thread.

commented

I used the docker container and it solved the issue. I think it was a conda instance of python that was causing the issue.