#4571 PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:/Users

105.116* Posted at: 2 hours ago 👁8

Permission denied: C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/tmp/3828/1bd3143304/final_audio_temp.wav
Traceback (most recent call last):
File "shutil.py", line 816, in move
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/tmp/3828/1bd3143304/final_audio_temp.wav' -> 'C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/tmp/3828/1bd3143304/target.wav'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\_only_one.py", line 119, in run
File "videotrans\task\trans_create.py", line 788, in align
File "videotrans\task\_rate.py", line 358, in run
File "videotrans\task\_rate.py", line 652, in _concat_audio_aligned
File "videotrans\task\_rate.py", line 714, in _exec_concat_audio
File "shutil.py", line 837, in move
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508/tmp/3828/1bd3143304/final_audio_temp.wav'


=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:en
root_dir:C:/Users/Cyber Elias Academy/Downloads/Compressed/win-pyvideotrans-v3.99-0508

1 Replies

This error indicates a file lock conflict: final_audio_temp.wav is being used by another process, preventing pyVideoTrans from moving it.

Solutions:

  1. Close other programs – Make sure no media player, file explorer, or antivirus is accessing the tmp folder or the file final_audio_temp.wav.
  2. Disable real-time antivirus temporarily – Add the entire pyVideoTrans folder to your antivirus/Windows Defender exclusion list, or pause real-time scanning while the task runs.
  3. Clear temp files – Close pyVideoTrans, then delete the entire tmp folder inside the software directory (e.g., D:\pyVideoTrans\tmp). Restart the software and retry.
  4. Avoid duplicate instances – Ensure only one sp.exe is running. Open Task Manager, end any extra pyVideoTrans processes.
  5. Use a shorter, simpler path – Extract the software to a location with no spaces or special characters, e.g., D:\pyVideoTrans, and restart the task.

If the error persists after following these steps, please share the latest log file (from logs/ folder, last ~30 lines) for further analysis.

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.

Related resource