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

OSError: Ghostscript Installation error #489

Open
elvinagam opened this issue Sep 30, 2022 · 2 comments
Open

OSError: Ghostscript Installation error #489

elvinagam opened this issue Sep 30, 2022 · 2 comments

Comments

@elvinagam
Copy link

Even if i am using all these on Google colab to correctly install camelot, I am getting error when reading pdfs. It should not be this hard to install a simple library and run one line of code.
If there is other way around, please let me know.

pip uninstall camelot
pip uninstall camelot-py
pip install camelot-py[cv]

# install ghostscript
! apt install ghostscript python3-tk
! pip install ghostscript

Error log from Google COLAB
OSError: Ghostscript is not installed. You can install it using the instructions here: https://camelot-py.readthedocs.io/en/master/user/install-deps.html

@krishnasism
Copy link

@elvinagam were you able to solve this?

@elvinagam
Copy link
Author

@krishnasism we forked camelot and removed ghostscript dependency as it started acting up a lot. You can go ahead and use this one:

https://github.com/h2oai/camelot

There is a slight difference with installation.

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

2 participants