hellerbarde / stapler

A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
Other
284 stars 53 forks source link

conflict with more-itertools #53

Closed MaximLeyenson closed 4 years ago

MaximLeyenson commented 5 years ago

I have a conflict between Stapler and more-itertools on my Mint system which I decribed in details here.

The answer I received is that

more-itertools doesn't support Python 2 anymore. You can use version 5.0.0 (pip install more-itertools==5.0.0), which was the last version that worked on Python 2.7.

Stapler ought to change their setup.py to indicate < 6.0.0.

(I will try downgrading more-itertools manually, but I believe some better solution is needed)

Thank you for your great package, Maxim.

bbayles commented 5 years ago

See https://github.com/hellerbarde/stapler/pull/52 for a fix.

MaximLeyenson commented 5 years ago

See #52 for a fix.

Thank you, bbayles!

hellerbarde commented 4 years ago

Thanks everyone for helping out :)

A new release is out on PyPI. version 1.0.0b1. Please test it and report bugs, if you find them.