Tried to run python smb_ai.py -c settings.config and got this:
Traceback (most recent call last):
File "smb_ai.py", line 7, in <module>
from PIL.ImageQt import ImageQt
ImportError: cannot import name 'ImageQt' from 'PIL.ImageQt' (/home/wbreiler/.local/lib/python3.8/site-packages/PIL/ImageQt.py)
I've reinstalled Pillow multiple times and have tried it on a couple different machines and get the same result.. I'm not entirely sure what I need to do to get this to work
Tried to run
python smb_ai.py -c settings.config
and got this:I've reinstalled Pillow multiple times and have tried it on a couple different machines and get the same result.. I'm not entirely sure what I need to do to get this to work