aws-samples / amazon-comprehend-semi-structured-documents-annotation-tools

Other
24 stars 15 forks source link

utils.s3_helper not found #10

Closed hs-afactory closed 2 years ago

hs-afactory commented 2 years ago

Hi Team, I am getting error "ModuleNotFoundError: No module named 'utils.s3_helper'" While running "comprehend-ssie-annotation-tool-cli.py" I am not able to find dependency. I want to annotate pdf to classify type of pdf. Recured manifest file to be generate for ML model testing.

dnlen commented 2 years ago

Hello, Have you pulled from the latest commit, re-built and re-deployed to your account?

jetsonearth commented 2 years ago

Hi @dnlen , thank you for this project. I am running into the same issue and am getting error "ModuleNotFoundError: No module named 'utils.s3_helper'". I have just installed this annotation tool yesterday, so it should have been installed based on the latest commit. How should I fix this?

dnlen commented 2 years ago

@jetsonai11 @hs-afactory Before running the command to create a labeling job, please ensure that you are in the pipenv shell by following "Step 3 Prerequisites" from the README.

jetsonearth commented 2 years ago

@dnlen Great, that worked, thank you!