#1583 FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\\Program Files (x86)\\pyvideotrans\\output\\tts'

91.243* Posted at: 17 hours ago 👁14

Traceback (most recent call last):
File "videotrans\winform\fn_peiyin.py", line 604, in _bind
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'D:\Program Files (x86)\pyvideotrans\output\tts'


=
system:Windows-10-10.0.22631-SP0
version:v3.85
frozen:True
language:zh
root_dir:D:/Program Files (x86)/pyvideotrans

1 Replies

这个错误是因为软件无法在指定路径创建 tts 目录。根本原因是您的软件安装路径 D:/Program Files (x86)/pyvideotrans 位于系统权限目录 Program Files (x86) 中,导致软件没有足够的写入权限。

解决方案:

  1. 将整个软件文件夹移动到非系统盘的纯英文路径下,例如:

    • D:\videotrans
    • E:\pyVideoTrans
  2. 移动后,从新的路径重新启动 sp.exe

重要提醒:

  • 严禁将软件解压或安装在 C:\Program FilesC:\Windows 或任何包含中文、空格、特殊字符的路径下。
  • 请确保新路径具有完全的读写权限。

移动软件后,此问题将得到解决。

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