-
Notifications
You must be signed in to change notification settings - Fork 359
Getting PyPDF2 error while using the camelot library #493
Comments
pip uninstall PyPDF2===1.26.0, Camelot require PyPDF2>=1.26.0 as mentioned in requirements.txt |
yes, I know this thing but PyPDF has updated so PyPDF changes some of the functions. |
I just installed camelot using pip, according to the installation instructions, and I am getting the same error when I use camelot CLI:
|
I solved the problem with:
This rolls PyPDF2 back to version 2.12.1 which is the last version before 3.0.0 which deprecated many features according to the PyPDF2 Change Log |
Doesn't look like camelot has had any commits in 5 years. I wouldn't count on this being fixed unless someone does it in a fork. The current version should have requirements fixed to say |
Same issue, illtry pip uninstall PyPDF2===1.26.0 |
You can always work with a virtual environment with No need to uninstall the current version from your system. |
recently PyPDF2 version was updated, and now while using the Camelot I am getting an error while I use the read_csv module,
please fix this issue.
The text was updated successfully, but these errors were encountered: