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.31k stars 107 forks source link

Fix numpy compatability #139

Closed zhulinchng closed 5 months ago

zhulinchng commented 5 months 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 5 months ago

Thanks @zhulinchng for the contribution.