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
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?
The text was updated successfully, but these errors were encountered:
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 withDProQ/environment.yml
.Where could I get this module?
The text was updated successfully, but these errors were encountered: