#2111 OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\blobs\\75336feae814999bae6ccccdecf177639ffc6f9d' -> 'H:\\BaiduNetdiskDown

39.184* Posted at: 17 hours ago 👁8

Traceback (most recent call last):
File "videotrans\process\_overall.py", line 93, in run
File "faster_whisper\transcribe.py", line 681, in init
File "faster_whisper\utils.py", line 116, 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\75336feae814999bae6ccccdecf177639ffc6f9d' -> 'H:\BaiduNetdiskDownload\pyVideoTrans\win-pyvideotrans\models\models--Systran--faster-whisper-large-v3\snapshots\edaa852ec7e145841d8ffdb056a99866b5f0a478\config.json'


=
system:Windows-10-10.0.19045-SP0
version:v3.90
frozen:True
language:zh
root_dir:H:/BaiduNetdiskDownload/pyVideoTrans/win-pyvideotrans

1 Replies

这个错误是由于软件在尝试下载或创建 Faster-Whisper 模型文件时,遇到了 Windows 系统权限问题。具体原因是软件解压或运行的路径位于系统权限受限的目录(如 Program FilesWindows 目录),或者您当前用户账户没有在该目录创建符号链接的权限。

核心解决方法:将软件移动到非系统盘且路径简单的目录。

请按以下步骤操作:

  1. 关闭当前运行的 pyVideoTrans 软件。
  2. 在非系统盘(例如 D 盘、E 盘)的根目录或一个简单的路径下,创建一个新的纯英文文件夹,例如 D:\videotrans
  3. 将您当前位于 H:\BaiduNetdiskDownload\pyVideoTrans\win-pyvideotrans\ 的整个软件文件夹,剪切并粘贴到新创建的目录中,例如 D:\videotrans\
  4. 从新目录(如 D:\videotrans\sp.exe)重新启动软件。

重要提示:

  • 移动后,首次启动软件时,它会自动在 models 文件夹下重新下载所需的语音识别模型,请确保网络通畅。
  • 切勿将软件放在 C:\Program FilesC:\Windows、桌面或任何包含中文、空格或特殊符号的路径下。
  • 如果移动后问题依旧,请尝试以管理员身份运行一次 sp.exe,完成模型下载后,后续可正常启动。
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