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

Document Class: AttributeError #6

Open
aureliusnoble opened this issue Nov 28, 2023 · 0 comments
Open

Document Class: AttributeError #6

aureliusnoble opened this issue Nov 28, 2023 · 0 comments

Comments

@aureliusnoble
Copy link

aureliusnoble commented Nov 28, 2023

I'm trying to follow the instructions in the paper and Github. I successfully install and load quipucamayoc using the pip install. However, when I run doc=quipucamayoc.Document(cache_path='./temp', clear_cache=False) I get AttributeError: module 'quipucamayoc' has no attribute 'Document'.

I'm running on a Google Colab notebook (linux), with only default installs, and poppler-utils. It's Python 3.10.12. My quipucamayoc version is 0.1.2.

When I print the dirs of the module I get: ['__builtins__', '__cached__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__path__', '__spec__', '__version__', 'aws_extract_tables', 'aws_setup', 'cli', 'install_aws', 'uninstall_aws', 'version'].

It works when I install directly from Github.

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