#2386 FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\\'

223.94* Posted at: 2 hours ago 👁4

Traceback (most recent call last):
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\Ai_tools\视频转文案\pyvideotrans\output\recogn'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\Ai_tools\视频转文案\pyvideotrans\output'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\Ai_tools\视频转文案\pyvideotrans'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\Ai_tools\视频转文案'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\Ai_tools'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\winform\fn_recogn.py", line 333, in _bind
File "pathlib.py", line 1177, in mkdir
File "pathlib.py", line 1177, in mkdir
File "pathlib.py", line 1177, in mkdir
[Previous line repeated 2 more times]
File "pathlib.py", line 1173, in mkdir
FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'E:\'


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

1 Replies

这个错误表明软件尝试在 E:\\Ai_tools\\视频转文案\\pyvideotrans\\output\\recogn 路径下创建目录时失败,原因是上级目录 E:\\Ai_tools 不存在。这通常是因为您设置的输出目录路径不正确,或者指定的驱动器(E盘)不存在。

请按以下步骤检查和解决:

  1. 检查输出路径:在软件主界面,确认“输出”路径是否指向了 E:\\Ai_tools\\视频转文案\\pyvideotrans\\output。这个路径很可能是错误的。
  2. 修改输出路径

    • 点击“输出”路径右侧的文件夹图标,选择一个您电脑上真实存在且可访问的目录(例如 D:\\videotrans_output)。
    • 重要:确保路径中不包含中文字符或特殊符号,并且驱动器(如 D盘、E盘)是存在的。
  3. 检查输入文件路径:如果输入的视频文件位于E盘,请确认E盘是否已正确连接(例如移动硬盘、U盘或网络驱动器)。如果E盘不存在,请将视频文件复制到其他存在的驱动器(如C盘或D盘)再进行处理。
  4. 以管理员身份运行:如果问题依旧,尝试右键点击软件主程序 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