#4214 RuntimeError: Unable to open file 'model.bin' in model 'E:/APP/win-pyvideotrans-v3.99-420/models/models--mobiuslabsgmbh-

183.80* Posted at: 6 hours ago 👁8

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 344, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'E:/APP/win-pyvideotrans-v3.99-420/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 44, in run
File "videotrans\task\trans_create.py", line 380, in recogn
File "videotrans\recognition\__init__.py", line 293, in run
File "videotrans\recognition\_base.py", line 143, in run
File "videotrans\recognition\_overall.py", line 33, in _exec
File "videotrans\recognition\_overall.py", line 105, in _faster
File "videotrans\configure\_base.py", line 289, in _new_process
RuntimeError: Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 344, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'E:/APP/win-pyvideotrans-v3.99-420/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'


=
system:Windows-10-10.0.19045-SP0
version:v3.99
frozen:True
language:en
root_dir:E:/APP/win-pyvideotrans-v3.99-420

1 Replies

The error indicates that the faster-whisper-large-v3-turbo model file model.bin is missing or corrupted in the specified directory. This typically happens when the automatic model download fails or is incomplete.

Solution:

  1. Manually download the model files.

  2. Place the files in the correct folder.

    • Navigate to your pyVideoTrans installation directory: E:/APP/win-pyvideotrans-v3.99-420/models/
    • Ensure the folder models--mobiuslabsgmbh--faster-whisper-large-v3-turbo exists inside the models folder. If it doesn't, create it.
    • Copy all the downloaded files into this folder.
  3. Restart pyVideoTrans and try the task again.

If you continue to have issues with automatic downloads, consider using a different model (like large-v3) or configuring a network proxy in the software's main interface under "Network Proxy Address" to facilitate the download.

Please refer to the relevant documentation:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource

Similar issues already exist