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

pdftopng installation issues #380

Open
unnikrishnancs opened this issue May 25, 2023 · 7 comments
Open

pdftopng installation issues #380

unnikrishnancs opened this issue May 25, 2023 · 7 comments

Comments

@unnikrishnancs
Copy link

Hi,

pdftopng gets installed when I run 'pip3 install camelot-py' on my local machine having Ubuntu and Python 3.8. But when I try to push my code to server having Centos with Python 3.10 , it fails with "Unable to find installation for pdftopng(0.2.3)"....Later I was able to install pdftopng seperately using wheel file for python 3.11. But now, I get the another error

"Traceback (most recent call last):\n
File "/usr/local/bin/pdftopng", line 5, in \n
from pdftopng.cli import cli\n
File "/usr/local/lib/python3.10/site-packages/pdftopng/cli.py", line 5, in \n
from . import pdftopng\n
ImportError: libpoppler.so.111: cannot open shared object file: No such file or directory\n".

I have poppler-utils installed.. Any idea how this can be resolved ?

@unnikrishnancs
Copy link
Author

I meant Python 3.10..Sorry for the typo

@bosd
Copy link

bosd commented Jul 14, 2023

related to #353 where pdftopng is removed as a hard dependency.

@bosd
Copy link

bosd commented Jul 14, 2023

Maybe this post is helpfull to resolve the issue:
#362 (comment)

@unnikrishnancs
Copy link
Author

unnikrishnancs commented Jul 18, 2023 via email

@vherasme
Copy link

vherasme commented Jun 3, 2024

Hello. Any progress on this?

@bosd
Copy link

bosd commented Jun 5, 2024

Hello. Any progress on this?

You can try this fork.
https://github.com/py-pdf/pypdf_table_extraction

Development of Camelot is continued there.

@vherasme
Copy link

vherasme commented Jun 5, 2024

Hello. Any progress on this?

You can try this fork. https://github.com/py-pdf/pypdf_table_extraction

Development of Camelot is continued there.

Thanks a lot. I will check it

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