#4551 RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotra

105.113* Posted at: 7 hours ago 👁9

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 356, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 50, in run
File "videotrans\task\trans_create.py", line 390, 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 106, 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 356, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:en
root_dir:C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508

1 Replies

The error indicates that the model file model.bin is missing or corrupted inside the faster-whisper-large-v3-turbo folder. This typically happens due to an incomplete download from HuggingFace or a network interruption.

Steps to fix:

  1. Delete the corrupted model folder
    Go to C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/models/ and delete the folder models--mobiuslabsgmbh--faster-whisper-large-v3-turbo.
  2. Ensure a stable internet connection and configure a proxy if needed
    If you are in mainland China or behind a restrictive network, set a proxy in the software’s main interface: http://127.0.0.1:10808 (adjust to your actual proxy address).
    Alternatively, use a HuggingFace mirror: set the environment variable HF_ENDPOINT=https://hf-mirror.com before running the software.
  3. Move the software to a shorter path without spaces
    The current path contains spaces (Cyber Elias Academy), which can cause issues. Move the whole win-pyvideotrans-v3.99-0508 folder to a simple path like D:\pyvideotrans and restart sp.exe. The model download will then retry automatically.
  4. If the download still fails, manually download the model
    Visit hf-mirror.com/mobiuslabsgmbh/faster-whisper-large-v3-turbo (or the official HuggingFace page if accessible), download all files, and create the folder models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo in the software root directory, placing all downloaded files inside it.

After completing these steps, restart the software and retry the task.

Please consult related documentation:

Post Your Reply