You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error: Traceback (most recent call last): File "D:\Repositórios\jumpcutter-gui\jumpcutter.py", line 1, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL' Error! .jumpcutterdone was not found
Is it a bug or I did something wrong while installing?
The text was updated successfully, but these errors were encountered:
I am also having this issue, in English. Traceback (most recent call last): File "jumpcutter.py", line 2, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL'
Might be a noob problem, but even installing dependencies with pip install -r requirements.txt I still get ModuleNotFoundError: No module named 'audiotsm', so I just went the pipx install jumpcutter way. Then:
Hello!
I'm getting this error:
Traceback (most recent call last): File "D:\Repositórios\jumpcutter-gui\jumpcutter.py", line 1, in <module> from PIL import Image ModuleNotFoundError: No module named 'PIL' Error! .jumpcutterdone was not found
Is it a bug or I did something wrong while installing?
The text was updated successfully, but these errors were encountered: