-
Notifications
You must be signed in to change notification settings - Fork 3
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 message: #1
Comments
Never saw that before! Make sure you have the LATEST python, 3.12 (or 3.11)!
Remeber to run
otherwise I asked ChatGPT: I understand your question now. The confusion likely arises from the history of PIL (Python Imaging Library) and its successor, Pillow. To clarify, Regarding The correct way to install pip install Pillow However, for sudo apt-get install python3-tk After that, if you still encounter issues with sudo apt-get install python3-pil.imagetk This command installs the Tkinter components for So, in summary:
If following these steps doesn't resolve the issue, it might be helpful to check the documentation for Let me know the fix |
python /home/.../Videók/AudioVideoFlipper_Imagination_Gym-main/start_flipper_ui.py
Traceback (most recent call last):
File "/home/arpad/Videók/AudioVideoFlipper_Imagination_Gym-main/start_flipper_ui.py", line 6, in
from av_flipper import AudioVideoFlipper, ConfigLoader, FlipperScriptArgs
File "/home/arpad/Videók/AudioVideoFlipper_Imagination_Gym-main/av_flipper.py", line 9, in
from PIL import Image, ImageTk
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/init.py)
The text was updated successfully, but these errors were encountered: