Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Did you solve your problem? I also met the same problem. 2023-01-05 00:36:55,251 - INFO : info:check_all_finished: False |
Beta Was this translation helpful? Give feedback.
-
The possible reason is that the hard-coded Python executable is not the Python that runs DP-GEN. @HuangJiameng Could you submit a PR to replace all |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
init_bulk task has always been normal, but recently this error suddenly appeared, what is the reason for this?
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/data/tools/create_random_disturb.py", line 13, in
ModuleNotFoundError: No module named 'dpgen'
Traceback (most recent call last):
File "/public/home/sugon/.local/bin/dpgen", line 8, in
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/main.py", line 185, in main
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/data/gen.py", line 1433, in gen_init_bulk
File "/public/home/sugon/.local/lib/python3.9/site-packages/dpgen/data/gen.py", line 701, in pert_scaled sp.check_call(pert_cmd, shell = True)
File "/public/home/sugon/miniconda3/lib/python3.9/subprocess.py", line 373, in check_call
subprocess.CalledProcessError: Command 'python3 /public/home/sugon/.local/lib/python3.9/site-packages/dpgen/data/tools/create_random_disturb.py -etmax 0.030000 -ofmt vasp POSCAR 30 0.010000 > /dev/null' returned non-zero exit status 1.
Beta Was this translation helpful? Give feedback.
All reactions