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

No module named 'aem' #4

Open
wlad111 opened this issue Jul 14, 2022 · 2 comments
Open

No module named 'aem' #4

wlad111 opened this issue Jul 14, 2022 · 2 comments

Comments

@wlad111
Copy link

wlad111 commented Jul 14, 2022

Hello!

Thank you for the good work. However, I have some questions about running inference.py on example structures.

There is an issue with running command python3 ./inference.py -c ./examples/6AL0/ -w ./examples/work/ -r ./examples/result. I run this command from conda environment, created with DProQ/environment.yml.

Traceback (most recent call last):

  File "./inference.py", line 10, in <module>
    from aem import con

ModuleNotFoundError: No module named 'aem' 

Where could I get this module?

@wlad111
Copy link
Author

wlad111 commented Jul 14, 2022

Hmmm, it looks like this line of code is not neccessary at all. The example of inference runs successfully without from aem import con

@XiaoChen1992
Copy link
Collaborator

Thank you for pointing this out. We remove this line.

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

2 participants