#1058 OSError: [Errno 22] Invalid argument: 'C:\\Users\\xzf\\AppData\\Local\\Temp\\360zipC:\\Users\\xzf\\AppData\\Local\\Temp\

154.31* Posted at: 4 days ago 👁16

Traceback (most recent call last):
File "videotrans\process\_overall.py", line 44, in run
File "faster_whisper\transcribe.py", line 641, in init
File "faster_whisper\utils.py", line 107, in download_model
File "huggingface_hub\utils\_validators.py", line 114, in _inner_fn
File "huggingface_hub\_snapshot_download.py", line 165, in snapshot_download
File "huggingface_hub\utils\_validators.py", line 114, in _inner_fn
File "huggingface_hub\hf_api.py", line 2864, in repo_info
File "huggingface_hub\utils\_validators.py", line 114, in _inner_fn
File "huggingface_hub\hf_api.py", line 2635, in model_info
File "huggingface_hub\hf_api.py", line 9573, in _build_hf_headers
File "huggingface_hub\utils\_deprecation.py", line 101, in inner_f
File "huggingface_hub\utils\_validators.py", line 114, in _inner_fn
File "huggingface_hub\utils\_headers.py", line 126, in build_hf_headers
File "huggingface_hub\utils\_headers.py", line 154, in get_token_to_send
File "huggingface_hub\utils\_auth.py", line 49, in get_token
File "huggingface_hub\utils\_auth.py", line 123, in _get_token_from_file
File "pathlib.py", line 1132, in read_text
File "pathlib.py", line 1117, in open
OSError: [Errno 22] Invalid argument: 'C:\Users\xzf\AppData\Local\Temp\360zipC:\Users\xzf\AppData\Local\Temp\360$0\models\token'

=====
Windows-10-10.0.26100-SP0
version:v3.81
frozen:True
language:zh

1 Replies

这个错误是由于软件路径中包含特殊字符或解压路径异常导致的。faster-whisper 在尝试下载模型时无法正确访问临时目录。

请按以下步骤解决:

  1. 重新解压软件:将 pyVideoTrans 软件包解压到一个纯英文、无空格、无特殊字符的路径下,例如 D:\videotrans
  2. 避免使用系统权限目录:不要解压到 C:\Program Files 或桌面等可能涉及系统权限的位置。
  3. 检查解压工具:错误信息显示路径中出现了 360zip,建议使用系统自带的解压工具或 7-Zip 等可靠软件进行解压。

重新在干净的路径中启动 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