Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when clicking on Krop #41

Closed
kyoforkshomebrews opened this issue Nov 3, 2023 · 2 comments
Closed

Error when clicking on Krop #41

kyoforkshomebrews opened this issue Nov 3, 2023 · 2 comments

Comments

@kyoforkshomebrews
Copy link

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

@bjoernma
Copy link

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

@arminstraub
Copy link
Owner

I believe this should now be fixed as part of the recent updates to support different versions of pypdf. If it is still an issue, please reopen!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants