krop
krop copied to clipboard
Error when clicking on Krop
"PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead."
Workaround could be to downgrade pypdf2 manually:
pip3 install --force-reinstall "pypdf2==2.12.1"
Then it works fine for me.