#1536 FileNotFoundError: [WinError 3] The system cannot find the path specified: 'F:\\tool sub\\pyvideotrans\\output\\tts'

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

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] The system cannot find the path specified: 'F:\tool sub\pyvideotrans\output\tts'


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

4 Replies

fix

The error indicates that pyVideoTrans cannot create the required output directory because your installation path contains a space. This is a common issue with the software.

Solution:

  1. Move the entire pyvideotrans folder to a new location where the path contains no spaces, no Chinese characters, and no special symbols.
  2. For example, create a new folder like D:\videotrans and move the software there.
  3. Then try running sp.exe from the new location.

This should resolve the "system cannot find the path specified" error. The space in "tool sub" is causing the directory creation to fail.

fix

The error occurs because your pyVideoTrans installation path contains a space ("tool sub"). The software cannot properly create output directories when paths contain spaces.

Solution:

  1. Move the entire pyvideotrans folder to a new location with no spaces, no Chinese characters, and no special symbols
  2. Recommended path: D:\videotrans or D:\pyvideotrans
  3. Run sp.exe from the new location

This will resolve the "system cannot find the path specified" error. The space in your current path is preventing proper directory creation.

Important: Always ensure your pyVideoTrans installation path follows these restrictions to avoid similar issues.

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