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 #11

Open
JorikSmith opened this issue Feb 28, 2022 · 2 comments
Open

ERROR #11

JorikSmith opened this issue Feb 28, 2022 · 2 comments

Comments

@JorikSmith
Copy link

Traceback (most recent call last):
File "rustdavinci\app.py", line 9, in
File "C:\Users\Jorik_Smith\Desktop\RustDaVinci- buld\rustdavinci\executable\RustDaVinci\ui\views\main.py", line 8, in
from PIL import Image
ModuleNotFoundError: No module named 'PIL'

HELP!!!!!!!!!!!!!!!!!!!

@symphonymarie
Copy link

Try updating python or redownloading the program, my guess is missing dependency or formatting error. You could also try "pip install pil" in command prompt?

@tschamp31
Copy link

So the PIL library is not named PIL usually in pip. See Pillow

Also there is an alt PIL library that has better performance, see Pillow-SIMD

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