camelot icon indicating copy to clipboard operation
camelot copied to clipboard

pdftopng installation issues

Open unnikrishnancs opened this issue 2 years ago • 7 comments

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 avatar May 25 '23 12:05 unnikrishnancs

I meant Python 3.10..Sorry for the typo

unnikrishnancs avatar May 25 '23 12:05 unnikrishnancs

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

bosd avatar Jul 14 '23 21:07 bosd

Maybe this post is helpfull to resolve the issue: https://github.com/camelot-dev/camelot/issues/362#issuecomment-1528966347

bosd avatar Jul 14 '23 21:07 bosd

Thanks for your suggestion. I will check

On Sat, Jul 15, 2023 at 2:43 AM bosd @.***> wrote:

Maybe this post is helpfull to resolve the issue: #362 (comment) https://github.com/camelot-dev/camelot/issues/362#issuecomment-1528966347

— Reply to this email directly, view it on GitHub https://github.com/camelot-dev/camelot/issues/380#issuecomment-1636450634, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ7WS44EGX7CWFMVL7QM7VLXQGZBFANCNFSM6AAAAAAYOY3DSY . You are receiving this because you authored the thread.Message ID: @.***>

-- Regards, Unnikrishnan Mob - +91/8095309174

unnikrishnancs avatar Jul 18 '23 13:07 unnikrishnancs

Hello. Any progress on this?

vherasme avatar Jun 03 '24 12:06 vherasme

Hello. Any progress on this?

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

Development of Camelot is continued there.

bosd avatar Jun 05 '24 08:06 bosd

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

vherasme avatar Jun 05 '24 17:06 vherasme

current codebase does not include the package pdftopng. This appears to have been removed in the forked version before the package migrated back to this repo.

DoomedJupiter avatar Mar 11 '25 16:03 DoomedJupiter