Skip to content

bug/unstructured-ingest produces ModuleNotFoundError: No module named 'unstructured.txtgest #49

Open
@ajjimeno

Description

@ajjimeno

Describe the bug
Using the latest version of unstructured produces the error "ModuleNotFoundError: No module named 'unstructured.txtgest" when using unstructured-ingest from command line.

To Reproduce
Once unstructured is installed, when running the following command from the command line prompt the error above happens.

unstructured-ingest \                          
 s3 \
 --remote-url s3://utic-dev-tech-fixtures/small-pdf-set/ \
 --anonymous \
 --output-dir s3-small-batch-output \
 --num-processes 2

Expected behavior
The files from s3 are copied to the local folder.

Screenshots
N/A

Environment Info
N/A

Additional context
N/A

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions