Closed sasecio closed 3 years ago
Hmmm. I submitted a PR for pygifsicle to fix this a while ago: https://github.com/LucaCappelletti94/pygifsicle/pull/10
Will look into this. Thanks for reporting!
Ah, the problem is they haven't pushed the package to pypi since I submitted that PR. https://github.com/LucaCappelletti94/pygifsicle/issues/11
The workaround is to install pygifsicle from Github, then install maxfield.
pip install git+https://github.com/LucaCappelletti94/pygifsicle.git
pip install git+https://github.com/tvwenger/maxfield.git
pygifsicle has been updated on pypi, and maxfield is building now. Thanks again for reporting!
There we go! Nice and quick.
Thanks. Have a great day!
This is currently failing to build due to pygifsicle.
To workaround the problem, I grabbed https://github.com/kohler/gifsicle and removed the dependency requirement from setup.py.