Closed skoren closed 1 month ago
same error to me, did you figure it out?
Thanks for looking into this @skoren! I've replaced PIL with pillow in the dependency requirements.
@PengfeiInTuebingen please pull the latest version of ModDotPlot and try to install again, or simply replace 'PIL' with 'pillow' in pyproject.toml
I tried to install moddotplot on my M2 Mac Air which has Python 3.12 from home-brew. The env failed because PIL requires py >= 3.7 and <3.11. Updating PIL to the Pillow fork let me install and I was able to view static and interactive plots with the sample sequences.