#1559 FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\fanyi\\output\\translate'

240e:33d* Posted at: 22 hours ago 👁12

Traceback (most recent call last):
File "videotrans\winform\fn_fanyisrt.py", line 287, in _bind
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\fanyi\output\translate'


=
system:Windows-10-10.0.26200-SP0
version:v3.85
frozen:True
language:zh
root_dir:D:/fanyi

1 Replies

这个错误是因为软件无法在指定路径创建输出目录。系统找不到路径 D:\\fanyi\\output\\translate

解决方案:

  1. 手动创建缺失的目录:

    • 打开资源管理器,导航到 D:\fanyi\ 目录
    • fanyi 文件夹内创建 output 文件夹
    • output 文件夹内创建 translate 文件夹
  2. 检查路径权限:

    • 确保对 D:\fanyi 目录有读写权限
    • 如果使用管理员权限运行软件,请以普通用户权限重新启动
  3. 重新运行翻译功能:

    • 创建完目录后,重新执行批量翻译SRT功能

如果问题仍然存在,请尝试将软件和文件移动到更简单的路径,如 D:\trans,避免路径层级过深。

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