#1585 FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\\video fanyi\\win-pyvideotrans-v3.85_20251121_002450\\output\\translate

2409:8a1b* Posted at: 16 hours ago 👁13

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] 系统找不到指定的路径。: 'E:\video fanyi\win-pyvideotrans-v3.85_20251121_002450\output\translate'


=
system:Windows-10-10.0.26100-SP0
version:v3.85
frozen:True
language:zh
root_dir:E:/video fanyi/win-pyvideotrans-v3.85_20251121_002450

1 Replies

这个错误是由于软件无法创建输出目录导致的。问题根源在于您的软件解压路径包含了中文字符和空格,这是软件运行的大忌。

解决方案:

  1. 立即停止当前操作
  2. 将整个软件文件夹移动到不包含任何中文、空格或特殊字符的纯英文路径下。例如:

    • 错误路径E:\video fanyi\win-pyvideotrans-v3.85_20251121_002450\ (包含中文"fanyi"和空格)
    • 正确路径D:\videotrans\E:\pyvideotrans\
  3. 从新的纯英文路径重新启动软件 sp.exe 即可解决问题。

核心安装禁忌回顾:

  • 严禁将软件放在包含中文、空格或特殊符号的路径中。
  • 严禁解压到 C:/Program Files 等系统权限目录。
  • 推荐在非系统盘根目录创建纯英文文件夹存放软件。
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