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

Error: no module named PIL #209

Open
igorteuri opened this issue Mar 21, 2022 · 3 comments
Open

Error: no module named PIL #209

igorteuri opened this issue Mar 21, 2022 · 3 comments

Comments

@igorteuri
Copy link

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?

@John-Henrique
Copy link

Voce precisa instalar as dependencias do programa. Faça assim... acesse a pasta onde esta o arquivo requirements.txt e execute estes comandos:

pip install -U Pillow; 
pip install -U audiotsm; 
pip install -U scipy; 
pip install -U numpy; 
pip install -U pytube; 

Agora tudo deve estar funcioando.

@GiggyMantis
Copy link

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'

@pabloab
Copy link

pabloab commented Sep 28, 2023

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:

time ionice -c idle nice -n 19 jumpcutter --input "myvideo.mp4" --output "myvideo-$(date -I).mp4"

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

4 participants