Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: The TEMP folder may already exist. Delete or rename it, and try again. #205

Open
Murilo-Perrone opened this issue Oct 31, 2021 · 2 comments

Comments

@Murilo-Perrone
Copy link

This is the same issue reported in #79 , which had been closed, but it still happens in the end of file processing. The logs below come from MacOS/Catalina:

Traceback (most recent call last):
  File "/Users/adm/Work/jumpcutter/jumpcutter.py", line 93, in <module>
    createPath(TEMP_FOLDER)
  File "/Users/adm/Work/jumpcutter/jumpcutter.py", line 46, in createPath
    assert False, "Creation of the directory %s failed. (The TEMP folder may already exist. Delete or rename it, and try again.)"
AssertionError: Creation of the directory %s failed. (The TEMP folder may already exist. Delete or rename it, and try again.)
Traceback (most recent call last):
  File "/Users/adm/Work/jumpcutter/jumpcutter.py", line 44, in createPath
    os.mkdir(s)
FileExistsError: [Errno 17] File exists: 'TEMP'
@John-Henrique
Copy link

You need install ffmpeg and add system variables first.

@efeakaroz13
Copy link

I did it but i got same error!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants