Issue after installing #7

Closed
opened 2025-01-04 18:38:57 -05:00 by AndyIsHereBoi · 2 comments
AndyIsHereBoi commented 2025-01-04 18:38:57 -05:00 (Migrated from github.com)

When attempting to run on linux mint 22 i get the following error:

andy@andy-mint:~/Downloads/streamdeck-plus-software-main$ python3 sdplus.py 
Traceback (most recent call last):
  File "/home/andy/Downloads/streamdeck-plus-software-main/sdplus.py", line 11, in <module>
    from PIL import Image, ImageDraw, ImageFont, ImageTk
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py). Did you mean: 'Image'?

When attempting to run on linux mint 22 i get the following error: ``` andy@andy-mint:~/Downloads/streamdeck-plus-software-main$ python3 sdplus.py Traceback (most recent call last): File "/home/andy/Downloads/streamdeck-plus-software-main/sdplus.py", line 11, in <module> from PIL import Image, ImageDraw, ImageFont, ImageTk ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py). Did you mean: 'Image'? ```
goglesquirmintontheiii commented 2025-01-08 17:41:30 -05:00 (Migrated from github.com)

Hi! Try running this and see if it helps.
sudo apt-get install libhidapi-libusb0 python3-tk

Let me know how it goes ^^

Hi! Try running this and see if it helps. `sudo apt-get install libhidapi-libusb0 python3-tk` Let me know how it goes ^^
AndyIsHereBoi commented 2025-01-09 00:55:46 -05:00 (Migrated from github.com)

Unfortunately i have already uninstalled the OS i had ran this on. I also switched to another project for this

Unfortunately i have already uninstalled the OS i had ran this on. I also switched to another project for this
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
goglesquirmintontheiii/streamdeck-plus-software#7
No description provided.