arminstraub / krop

A simple graphical tool to crop the pages of PDF files, written in Python/Qt
http://arminstraub.com/software/krop
GNU General Public License v3.0
115 stars 16 forks source link

Error when clicking on Krop #41

Open kyoforkshomebrews opened 10 months ago

kyoforkshomebrews commented 10 months ago

"PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead."

bjoernma commented 6 months ago

Workaround could be to downgrade pypdf2 manually: pip3 install --force-reinstall "pypdf2==2.12.1" Then it works fine for me.