#1535 FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\tool sub\\win-pyvideotrans-v3.85\\output

2405:4802* Posted at: 1 day ago 👁16

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] The system cannot find the path specified: 'C:\tool sub\win-pyvideotrans-v3.85\output\translate'


=
system:Windows-10-10.0.26200-SP0
version:v3.85
frozen:True
language:en
root_dir:C:/tool sub/win-pyvideotrans-v3.85

3 Replies

The error indicates the software cannot create the output directory because your installation path contains a space. This is a known issue.

Solution:

  1. Move the entire pyVideoTrans folder to a new location where the path contains no spaces or special characters.
  2. For example, move it from C:\tool sub\win-pyvideotrans-v3.85 to a simple path like D:\videotrans.
  3. After moving, run sp.exe from the new location.

This should resolve the path creation error immediately. Always ensure the software is installed in a path with only English letters and numbers.

fix

Move the entire pyVideoTrans folder to a location with no spaces in the path. For example:

  1. Move from: C:\tool sub\win-pyvideotrans-v3.85
  2. Move to: D:\pyvideotrans or C:\videotrans

After moving, run sp.exe from the new location. The path error will be resolved immediately.

This is required because the software cannot handle spaces in file paths when creating output directories.

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