#1219 FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/16059/AppData/Local/Temp/360zip$Temp/360$1/win-videotr

141.11* Posted at: 2 days ago 👁20

Traceback (most recent call last):
File "videotrans\winform\fn_peiyinrole.py", line 413, in hecheng_import_fun
File "videotrans\configure\_config_loader.py", line 393, in getset_params
FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/16059/AppData/Local/Temp/360zip$Temp/360$1/win-videotrans-v3.82_20251019_125144/win-videotrans-v3.82_20251019_125144/videotrans/params.json'


=
system:Windows-10-10.0.26100-SP0
version:v3.82
frozen:True
language:zh
root_dir:C:/Users/16059/AppData/Local/Temp/360zip$Temp/360$1/win-videotrans-v3.82_20251019_125144/win-videotrans-v3.82_20251019_125144

1 Replies

这个错误表明软件无法找到关键的配置文件 params.json。问题根源在于您将软件解压到了系统临时目录(C:/Users/16059/AppData/Local/Temp/360zip$Temp/...),这通常是由压缩软件自动解压导致的,该路径不稳定且可能被系统清理。

请按以下步骤彻底解决:

  1. 重新解压到正确位置:

    • 关闭当前运行的 pyVideoTrans 软件。
    • 将下载的压缩包手动解压到一个纯英文、无空格、非系统权限的路径下,例如 D:\videotransD:\pyVideoTrans
    • 绝对不要在压缩软件内直接双击运行 sp.exe
  2. 从新位置启动:

    • 进入您刚刚解压到的稳定目录(如 D:\videotrans)。
    • 双击运行 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

Similar issues already exist

Trending Questions