saharmor/whisper-playground

The backend is not available on Windows.

Epresin opened this issue · 2 comments

(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.

Hey @Epresin, this should fix it! Could you let me know if the issue is resolved on your end?

Hey @Epresin, this should fix it! Could you let me know if the issue is resolved on your end?

After I cloned the latest repository, the backend was able to run normally. Thank you.