Error when run nohup dpgen run param.json machine.json #1117
Unanswered
Michael-tech88
asked this question in
Q&A
Replies: 1 comment 2 replies
-
According to the Python documentation
|
Beta Was this translation helpful? Give feedback.
2 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.
-
The errors are listed below, how to solve it, thanks!
Traceback (most recent call last):
File "/opt/pub/toolkits/anaconda3/envs/deepmd/bin/dpgen", line 8, in
sys.exit(main())
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/site-packages/dpgen/main.py", line 185, in main
args.func(args)
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/site-packages/dpgen/generator/run.py", line 3926, in gen_run
run_iter (args.PARAM, args.MACHINE)
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/site-packages/dpgen/generator/run.py", line 3734, in run_iter
jdata = json.load (fp)
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/json/init.py", line 293, in load
return loads(fp.read(),
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/pub/toolkits/anaconda3/envs/deepmd/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 19 column 5 (char 349)
Beta Was this translation helpful? Give feedback.
All reactions