-
-
Notifications
You must be signed in to change notification settings - Fork 474
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 in PyPDF2 3.0.0 #478
Comments
I also got this error. I solved by installing from Github repo or you have to fix PyPDF2 problems in handlers.py |
Could you please help me by letting me know that how may I solve in issue in a little bit more details. |
I got the same error and updated the libraries code in file name handler.py -- coding: utf-8 --import os from .core import TableList class PDFHandler(object):
|
Or simple install it : Make sure them two are been uninstalled before |
They should really update the codebase to use |
Hey! As #343, we try to build a maintained fork at pypdf_table_extraction. Do you want to check that code and open an issue there if it still exsists? |
While following every steps in the installation as given there is an error that I am unable to tackle and that is in some file PyPDF2 3.0.0 located in /usr/local/lib/python3.10/dist-packages/PyPDF2/_utils.py.
I am attaching the screenshots with the error that it is showing.
Please help me to execute the library.
The text was updated successfully, but these errors were encountered: