marbl / ModDotPlot

MIT License
120 stars 9 forks source link

update PIL to Pillow? #36

Closed skoren closed 1 month ago

skoren commented 1 month ago

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.

PengfeiInTuebingen commented 1 month ago

same error to me, did you figure it out?

alexsweeten commented 1 month ago

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