-
Notifications
You must be signed in to change notification settings - Fork 482
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
PyPDF? #436
Comments
Uninstall PyPDF and install an earlier version. If you're using pip do this: |
thanks, now it shows another error even though i properly install ghostscript and also did brew link --overwrite ghostscript as per this issue |
can you share the steps you took for the installation and your environment set up? |
pip install, brew install , reinstall , updated the paths , let me know what specific info do you need |
environment set up like are you running it locally or on jupyter or colab. if locally, what are you using? also wouldn't hurt to check your dependency installation versions with brew list and pip list. could provide some insight |
jupyter notebook, installed ghostscript with brew, brew list shows ghostscript installed , my intuition is that it is the conflict between the paths to ghostscript in camelot and in my system, although i did update the path in jupyter with gs_path = '/opt/homebrew/bin/gs' |
i don't have libgs.so anywhere |
Seem like the latest version
also, you may need to install ghostscript ( |
the Apple M1 might be using different installation paths, hence the problem? |
I 've managed to change the paths and run in the Terminal. It's working. The Jupyter still shows errors, but that's OK. Thank you for your help. |
I keep getting this error:
DeprecationError: PdfFileReader is deprecated and was removed in PyPDF2 3.0.0. Use PdfReader instead.
I did the --upgrade
Thank you
The text was updated successfully, but these errors were encountered: