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
On [email protected] and [email protected]pip install camelot-py[base] only installs camelot-py==0.9.0, which is a problem because it does not handle PyPDF2==3.0.1. Also the [base] is not provided by 0.9.0.
@foarsitter Hi, can you please help me out with this error?
When I'm trying to run tables.export('foo.xlsx', f='excel'), I'm getting the below error:
TypeError: NDFrame.to_excel() got an unexpected keyword argument 'encoding'
On [email protected] and [email protected]
pip install camelot-py[base]
only installs camelot-py==0.9.0, which is a problem because it does not handle PyPDF2==3.0.1. Also the[base]
is not provided by 0.9.0.Logs pip install on [email protected]:
Results to:
Workaround is:
The text was updated successfully, but these errors were encountered: