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
When running testimplementation.py, I run into this error:
ImportError: cannot import name ImageTK
It seems that in line 4 of the code it refers to PIL and tries to import Image and ImageTK from that. However where do I find PIL? There is no document in the repository that is PIL
Anyone knows how to solve this? The deadline for the project is coming soon and I seem stuck on every code I have tried!
The text was updated successfully, but these errors were encountered:
When running testimplementation.py, I run into this error:
ImportError: cannot import name ImageTK
It seems that in line 4 of the code it refers to PIL and tries to import Image and ImageTK from that. However where do I find PIL? There is no document in the repository that is PIL
Anyone knows how to solve this? The deadline for the project is coming soon and I seem stuck on every code I have tried!
The text was updated successfully, but these errors were encountered: