#1454 OSError: [WinError 1314] 客户端没有所需的特权。: '..\\..\\blobs\\17456db595adc78a973f97d69d8cb50bc87c0b1c' -> 'D:\\BaiduNetdiskDown

240e:370* Posted at: 4 hours ago 👁11

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 1165, in _hf_hub_download_to_cache_dir
File "huggingface_hub\file_download.py", line 734, in _create_symlink
OSError: [WinError 1314] 客户端没有所需的特权。: '..\..\blobs\17456db595adc78a973f97d69d8cb50bc87c0b1c' -> 'D:\BaiduNetdiskDownload\win-videotrans-v3.84\models\models--mobiuslabsgmbh--faster-whisper-large-v3-turbo\snapshots\0a363e9161cbc7ed1431c9597a8ceaf0c4f78fcf\tokenizer.json'


=
system:Windows-10-10.0.26100-SP0
version:v3.84
frozen:True
language:zh
root_dir:D:/BaiduNetdiskDownload/win-videotrans-v3.84

1 Replies

该错误是由于软件在下载 faster-whisper 语音识别模型时,因权限不足无法创建文件链接导致的。请按以下步骤解决:

  1. 移动软件位置:将整个软件文件夹从 D:/BaiduNetdiskDownload/ 移动到非系统盘(如 D 盘或 E 盘)的根目录下,例如 D:/pyvideotrans/。确保路径为纯英文且不包含特殊符号。
  2. 以管理员身份运行:右键点击 sp.exe,选择“以管理员身份运行”。
  3. 手动下载模型(备用方案):如果上述方法无效,可以尝试手动下载模型:

    • 访问 Hugging Face 模型页面:https://huggingface.co/Systran/faster-whisper-large-v3-turbo
    • 下载整个仓库(使用 git clone 或直接下载 ZIP 包)。
    • 将下载的模型文件夹放置到软件根目录下的 models 文件夹中。

完成以上操作后,重新启动软件即可。

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