PetitTournesol / Edgeware

Elsavirus inspired fetishware, built from the ground up to use interchangeable packages for better user experience.
MIT License
130 stars 97 forks source link

Programm crashes #47

Open Eisblume-2000 opened 1 year ago

Eisblume-2000 commented 1 year ago

so the program never starts it keeps crashing and producing the same log: CRITICAL:failed to start popup module 'PIL.Image' has no attribute 'ANTIALIAS' Sun_Jul__2_03-10-17_2023-popup.txt

Sassy0P commented 1 year ago

While working on a fork of the program I've seen warning about the ANTIALIAS attribute being deprecated and that it would be removed on future version of PIL.

Seems like it is now. For the moment you can try to downgrade your PIL version. See: https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#deprecations

So using versions <10.0 should work.

Try to use one of these commands:

You could also try my branch trying to fix this issue: https://github.com/Sassy0P/Edgeware/tree/fix-deprecated-pillow-antialiasing

Eisblume-2000 commented 1 year ago

yes that worked, thank you very much

umwutt commented 1 year ago

I apologize, I am having the same issue, however when I try to type the suggested commands into python I just get a invalid syntax error. Am I supposed to be typing those commands there or somewhere else?

Sassy0P commented 1 year ago

I apologize, I am having the same issue, however when I try to type the suggested commands into python I just get a invalid syntax error. Am I supposed to be typing those commands there or somewhere else? Could you shar person the output. Else it will be hard to help

Noobstryker commented 9 months ago

You could also try my branch trying to fix this issue: https://github.com/Sassy0P/Edgeware/tree/fix-deprecated-pillow-antialiasing

this works great but there's an issue with shortcuts always showing up when you launch the program any help would be appreciated