#1467 FileNotFoundError: [Errno 2] No such file or directory: 'D:\\videotrans\\win-videotrans-v3.82_20251019_125144\\win-video

2607:f130* Posted at: 2 hours ago 👁8

Traceback (most recent call last):
File "videotrans\process\_overall.py", line 45, in run
File "faster_whisper\transcribe.py", line 667, in init
File "faster_whisper\utils.py", line 118, in download_model
File "huggingface_hub\utils\_validators.py", line 114, in _inner_fn
File "huggingface_hub\_snapshot_download.py", line 332, in snapshot_download
File "tqdm\contrib\concurrent.py", line 69, in thread_map
File "tqdm\contrib\concurrent.py", line 51, in _executor_map
File "tqdm\std.py", line 1169, in iter
File "concurrent\futures\_base.py", line 609, in result_iterator
File "concurrent\futures\_base.py", line 446, in result
File "concurrent\futures\_base.py", line 391, in __get_result
File "concurrent\futures\thread.py", line 58, in run
File "huggingface_hub\_snapshot_download.py", line 306, in _inner_hf_hub_download
File "huggingface_hub\utils\_validators.py", line 114, in _inner_fn
File "huggingface_hub\file_download.py", line 1010, in hf_hub_download
File "huggingface_hub\file_download.py", line 1165, in _hf_hub_download_to_cache_dir
File "huggingface_hub\file_download.py", line 756, in _create_symlink
File "shutil.py", line 256, in copyfile
FileNotFoundError: [Errno 2] No such file or directory: 'D:\videotrans\win-videotrans-v3.82_20251019_125144\win-videotrans-v3.82_20251019_125144\win-videotrans-v3.82_20251019_125144\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo\snapshots\0a363e9161cbc7ed1431c9597a8ceaf0c4f78fcf\preprocessor_config.json'


=
system:Windows-10-10.0.26200-SP0
version:v3.82
frozen:True
language:zh
root_dir:D:/videotrans/win-videotrans-v3.82_20251019_125144/win-videotrans-v3.82_20251019_125144/win-videotrans-v3.82_20251019_125144

1 Replies

这个错误是由于 faster-whisper 模型文件下载不完整或损坏导致的。请按以下步骤解决:

  1. 清理缓存并重新下载

    • 删除软件根目录下的 models 文件夹
    • 重新启动软件,它会自动重新下载模型文件
  2. 检查网络连接

    • 确保网络能正常访问 HuggingFace
    • 如果网络受限,可在主界面"网络代理地址"中填写代理(如 http://127.0.0.1:10808
  3. 手动下载模型(备选方案)

    • 访问 HuggingFace 手动下载 faster-whisper 模型
    • 将下载的模型文件放入 models 文件夹对应位置
  4. 路径问题检查

    • 确保软件解压路径为纯英文,不要包含特殊字符
    • 避免路径过长,建议解压到 D:/videotrans 这样的简单路径

重新启动软件后,系统会自动重新下载所需的模型文件。

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.

Donate: https://ko-fi.com/jianchang512

Trending Questions