#1357 OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\blobs\\0351d1d6870005e865747b781b5d7c23ea0459cd' -> 'D:\\迅雷下载\\win-videot

108.181* Posted at: 1 day ago 👁14

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 1184, in _hf_hub_download_to_cache_dir
File "huggingface_hub\file_download.py", line 734, in _create_symlink
OSError: [WinError 1314] 客户端没有所需的特权。: '..\..\blobs\0351d1d6870005e865747b781b5d7c23ea0459cd' -> 'D:\迅雷下载\win-videotrans-v3.83\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo\snapshots\0a363e9161cbc7ed1431c9597a8ceaf0c4f78fcf\config.json'


=
system:Windows-10-10.0.19045-SP0
version:v3.83
frozen:True
language:zh
root_dir:D:/迅雷下载/win-videotrans-v3.83

1 Replies

这个错误是由于软件没有足够的权限在系统上创建符号链接(symlink),导致无法下载 faster-whisper 语音识别模型。

主要原因和解决方案:

  1. 软件路径问题:您的软件解压路径包含中文(D:/迅雷下载/),这可能导致权限问题。
  2. 权限不足:Windows 系统对创建符号链接有严格的权限要求。

请按以下步骤解决:

  1. 移动软件到纯英文路径

    • 将整个 win-videotrans-v3.83 文件夹移动到纯英文路径,例如:D:/videotrans/
    • 确保路径中不包含任何中文、空格或特殊符号
  2. 以管理员权限运行

    • 右键点击 sp.exe,选择"以管理员身份运行"
  3. 清理缓存

    • 删除软件目录下的 models 文件夹(如果存在)
    • 重新启动软件,它会重新下载所需的模型
  4. 如果问题依旧

    • 检查杀毒软件是否阻止了软件操作,暂时关闭或添加信任
    • 确保有足够的磁盘空间(至少5GB可用空间)

完成以上步骤后,软件应该能正常下载和使用语音识别模型。

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