#1374 OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\blobs\\931c77a740890c46365c7ae0c9d350ba3cca908f' -> 'D:\\d\\models\\model

104.238* Posted at: 12 hours ago 👁9

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 439, 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 1184, in _hf_hub_download_to_cache_dir
File "huggingface_hub\file_download.py", line 734, in _create_symlink
OSError: [WinError 1314] 客户端没有所需的特权。: '..\..\blobs\931c77a740890c46365c7ae0c9d350ba3cca908f' -> 'D:\d\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo\snapshots\0a363e9161cbc7ed1431c9597a8ceaf0c4f78fcf\preprocessor_config.json'


=
system:Windows-10-10.0.26100-SP0
version:v3.83
frozen:True
language:zh
root_dir:D:/d

1 Replies

这个错误是由于软件没有足够的权限在 Windows 系统上创建符号链接导致的。faster-whisper 在下载模型文件时尝试创建符号链接,但被系统权限阻止。

请按以下步骤解决:

  1. 以管理员身份运行软件:右键点击 sp.exe,选择"以管理员身份运行"。
  2. 如果问题依旧,手动下载模型

    • 访问 HuggingFace 模型页面:https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo
    • 下载整个模型仓库(使用 git clone 或直接下载 ZIP 包)
    • 将下载的模型文件夹放置到 D:/d/models/ 目录下
    • 确保文件夹路径为:D:/d/models/faster-whisper-large-v3-turbo/
  3. 或者更换模型

    • 在软件中选择其他不需要下载的模型,如 large-v2medium
  4. 检查杀毒软件:暂时禁用杀毒软件,特别是那些可能阻止文件系统操作的软件。

以管理员身份运行是最直接的解决方案,因为这会给软件创建符号链接所需的系统特权。

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