saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.45k stars 82 forks source link

Not compatible with python 3.12 (no module named 'imp') #181

Open jose1711 opened 3 months ago

jose1711 commented 3 months ago
make install
..
Making install in python
make[1]: Entering directory 'libsixel-git/src/libsixel/python'
make[2]: Entering directory 'libsixel-git/src/libsixel/python'
make[2]: Nothing to be done for 'install-exec-am'.
 /usr/bin/mkdir -p 'libsixel-git/pkg/libsixel-git/usr/lib/python3.12/site-packages/libsixel'
 /usr/bin/install -c -m 644 libsixel/__init__.py libsixel/encoder.py libsixel/decoder.py '/data/jose/tmp/libsixel-git/pkg/libsixel-git/usr/lib/python3.12/site-packages/libsixel'
Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'imp'