Error when I enter the command "dpgen run param.json machine.json". #1115
Unanswered
Michael-tech88
asked this question in
Q&A
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear developer, when I enter the command "dpgen run param.json machine.json &", I get an error.
Traceback (most recent call last):
File "/opt/pub/toolkits/anaconda3/envs/deepmd/bin/dpgen", line 5, in
from dpgen.main import main
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/site-packages/dpgen/main.py", line 9, in
from dpgen.generator.run import gen_run
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/site-packages/dpgen/generator/run.py", line 46, in
from dpgen.generator.lib.run_calypso import gen_structures,analysis,run_calypso_model_devi
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/site-packages/dpgen/generator/lib/run_calypso.py", line 18, in
from ase.io.vasp import write_vasp
ModuleNotFoundError: No module named 'ase'.
I hope you can give me some tips on what to do next, thank you.
Beta Was this translation helpful? Give feedback.
All reactions