Skip to content

Document Class: AttributeError #6

@aureliusnoble

Description

@aureliusnoble

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions