Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants