quipucamayoc icon indicating copy to clipboard operation
quipucamayoc copied to clipboard

Document Class: AttributeError

Open aureliusnoble opened this issue 7 months ago • 0 comments

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.

aureliusnoble avatar Nov 28 '23 09:11 aureliusnoble