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
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Traceback (most recent call last):
File "/mnt/mmc/MUOS/application/RomM/main.py", line 37, in <module>
from romm import RomM
File "/mnt/mmc/MUOS/application/RomM/romm.py", line 14, in <module>
from api import API
File "/mnt/mmc/MUOS/application/RomM/api.py", line 15, in <module>
from PIL import Image
File "/mnt/mmc/MUOS/application/RomM/deps/PIL/Image.py", line 97, in <module>
from . import _imaging as core
ImportError: cannot import name '_imaging' from 'PIL' (/mnt/mmc/MUOS/application/RomM/deps/PIL/__init__.py)