You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: