Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'aster' #114

Open
Ananyapam7 opened this issue May 20, 2021 · 2 comments
Open

ModuleNotFoundError: No module named 'aster' #114

Ananyapam7 opened this issue May 20, 2021 · 2 comments

Comments

@Ananyapam7
Copy link

Ananyapam7 commented May 20, 2021

I have seen this issue : #10
but the solution suggested my @13muskanp does not work for me as after changing from

from aster.protos import pipeline_pb2
from aster.builders import model_builder
to this:
from protos import pipeline_pb2
from builders import model_builder

It is still throwing an error that no module aster is found in the other files of the different directories like builders, covnets, protos etc

@old-school-kid
Copy link

If you are already inside the aster directory you can remove the aster. from imports.
Also before running the code you need to build the protos. After you have built the pipeline.proto it generates pipeline_pb2.py file.

@namelzya
Copy link

namelzya commented Oct 6, 2021

If you are already inside the aster directory you can remove the aster. from imports. Also before running the code you need to build the protos. After you have built the pipeline.proto it generates pipeline_pb2.py file.

Thank you,Problem solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants