The backend is not available on Windows.
Epresin opened this issue · 2 comments
Epresin commented
(whisper) D:\>cd whisper
(whisper) D:\whisper>cd whisper-playground
(whisper) D:\whisper\whisper-playground>cd backend
(whisper) D:\whisper\whisper-playground\backend>python server.py
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
The torchaudio backend is switched to 'soundfile'. Note that 'sox_io' is not supported on Windows.
Traceback (most recent call last):
File "D:\whisper\whisper-playground\backend\server.py", line 5, in <module>
from backend.client_manager import ClientManager
ModuleNotFoundError: No module named 'backend'
I'm not sure if it's due to the runtime environment.