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' #507

Open
MANJUSHREE-GS opened this issue Aug 23, 2024 · 1 comment
Open

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

MANJUSHREE-GS opened this issue Aug 23, 2024 · 1 comment

Comments

@MANJUSHREE-GS
Copy link

Followed the documentation of llamaindex for the implementation of pymupdfreader and camelot. Yet this issue persisted even after multiple tries of installing and uninstalling packages.

@Y-Srivaishnavi
Copy link

Hi Manushree. It seems that the last official release of camelot is the version 0.7.2. I used the following strategy to install it (Windows 11).

pip install camelot-py[cv]==0.7.2
python.exe -m pip install --upgrade camelot-py[cv]

Creating a virtual environment is a good way to ensure this doesn't interfere with your other dependencies. Hope it helps :)

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

2 participants