Hi, i was having trouble running this from source (using Debian 11 "bullseye"). I have installed all of the relevant dependencies, but when i try to run "python3 playscii.py" it throws back this error,
Traceback (most recent call last):
File "/home/USERNAME/playscii/playscii/playscii.py", line 25, in <module>
import sdl2
ModuleNotFoundError: No module named 'sdl2'
I was wondering if you could possibly assist? Thank you for reading!