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

AttributeError: module 'camelot' has no attribute 'read_pdf' #488

Open
esoltas opened this issue Sep 1, 2022 · 0 comments
Open

AttributeError: module 'camelot' has no attribute 'read_pdf' #488

esoltas opened this issue Sep 1, 2022 · 0 comments

Comments

@esoltas
Copy link

esoltas commented Sep 1, 2022

This issue appears to have arisen repeatedly, and I have tried the fixes previously posted. Thanks for any help you can provide.

  • I have installed the correct version of camelot, and I have tried uninstalling and reinstalling.
    pip install "camelot-py[base]". The same issue arose using other modifiers recommended ("[cv]", "[all]").

  • I have run import camelot.io as camelot. This does not produce the AttributeError, or any error message, but the resulting TableList object is empty (<TableList n=0>)

  • Dependencies are installed and up-to-date: ghostcript (9.56.1) and tcl-tk (8.6.12_1). I am able to import tkinter, and find_library("gs") returns '/usr/local/lib/libgs.dylib'.

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

1 participant