#3316 RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/ACER/AppData/Local/Temp/Rar$EXa5756.47081.rartemp/model

88.236* Posted at: 1 day ago 👁16

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 181, in faster_whisper
File "faster_whisper\transcribe.py", line 689, in init
RuntimeError: Unable to open file 'model.bin' in model 'C:/Users/ACER/AppData/Local/Temp/Rar$EXa5756.47081.rartemp/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo'


=
system:Windows-10-10.0.26100-SP0
version:v3.97
frozen:True
language:en
root_dir:C:/Users/ACER/AppData/Local/Temp/Rar$EXa5756.47081.rartemp

1 Replies

This error occurs because the software is being run directly from inside the compressed archive (.rar file). The temporary extraction path contains special characters ($) and is not a stable location, causing the model file (model.bin) to be inaccessible.

Solution:

  1. Extract the software: You must fully extract the downloaded .7z or .rar archive to a permanent location on your hard drive (e.g., D:\pyVideoTrans).
  2. Follow path rules: Ensure the extraction path contains no Chinese characters, spaces, or special symbols.
  3. Run from the extracted folder: After extraction, navigate to the folder and run the sp.exe executable from there. Do not run it from within the archive viewer or a temporary folder.

Key points from the knowledge base:

  • Installation (Windows): "解压到非系统盘(如 D盘),路径严禁包含中文、空格或特殊符号(推荐如 D:\pyVideoTrans)。"
  • Installation (Windows): "禁止直接在压缩包内运行。"

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