You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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'
.The text was updated successfully, but these errors were encountered: