abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.15k stars 96 forks source link

Fix numpy compatability #139

Closed zhulinchng closed 6 days ago

zhulinchng commented 1 week ago

fix the following error on installation

ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
abdeladim-s commented 6 days ago

Thanks @zhulinchng for the contribution.