Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running #48

Open
Cerzs opened this issue May 1, 2023 · 1 comment
Open

Error when running #48

Cerzs opened this issue May 1, 2023 · 1 comment

Comments

@Cerzs
Copy link

Cerzs commented May 1, 2023

Hello. Getting this error after installing.

Log:

venv "F:\whisper-auto-transcribe\venv\Scripts\Python.exe"
Python 3.9.4 (tags/v3.9.4:1f2e308, Apr 6 2021, 13:40:21) [MSC v.1928 64 bit (AMD64)]
Commit hash: 0f023b4
Check torch and torchvision
Check gradio
Installing requirements for Web UI
Launching Web UI with arguments:
Traceback (most recent call last):
File "F:\whisper-auto-transcribe\launch.py", line 244, in
start_webui()
File "F:\whisper-auto-transcribe\launch.py", line 238, in start_webui
from gui import gui
File "F:\whisper-auto-transcribe\gui.py", line 1, in
from src import transcribe_gui
File "F:\whisper-auto-transcribe\src\transcribe_gui.py", line 7, in
from src.utils import task
File "F:\whisper-auto-transcribe\src\utils\task.py", line 8, in
import stable_whisper
File "F:\whisper-auto-transcribe\venv\lib\site-packages\stable_whisper_init_.py", line 1, in
from .whisper_word_level import *
File "F:\whisper-auto-transcribe\venv\lib\site-packages\stable_whisper\whisper_word_level.py", line 8, in
import whisper
File "F:\whisper-auto-transcribe\venv\lib\site-packages\whisper_init_.py", line 13, in
from .model import ModelDimensions, Whisper
File "F:\whisper-auto-transcribe\venv\lib\site-packages\whisper\model.py", line 13, in
from .transcribe import transcribe as transcribe_function
File "F:\whisper-auto-transcribe\venv\lib\site-packages\whisper\transcribe.py", line 20, in
from .timing import add_word_timestamps
File "F:\whisper-auto-transcribe\venv\lib\site-packages\whisper\timing.py", line 7, in
import numba
File "F:\whisper-auto-transcribe\venv\lib\site-packages\numba_init_.py", line 42, in
from numba.np.ufunc import (vectorize, guvectorize, threading_layer,
File "F:\whisper-auto-transcribe\venv\lib\site-packages\numba\np\ufunc_init_.py", line 3, in
from numba.np.ufunc.decorators import Vectorize, GUVectorize, vectorize, guvectorize
File "F:\whisper-auto-transcribe\venv\lib\site-packages\numba\np\ufunc\decorators.py", line 3, in
from numba.np.ufunc import _internal
SystemError: initialization of _internal failed without raising an exception

@tomchang25
Copy link
Owner

Hi @Cerzs.
It looks like Stable Whisper has broken again. I will remove it as the default model for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants