TypeError: 'NoneType' object is not subscriptable #216
Unanswered
goodluck-xyz
asked this question in
Q&A
Replies: 2 comments 5 replies
-
This questions had been solved. |
Beta Was this translation helpful? Give feedback.
5 replies
-
I transfer the discussion to dpdispacher repository. @KZHIWEI Could you take a look? |
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.
-
Dear developers,
When I run the DPGEN on the Lebesgue, here comes the errors and the param.json and machine.json are attached.
machine.txt
run_param.txt
The error file
warnings.warn("Some Gromacs commands were NOT found; "
INFO:dpgen:-------------------------iter.000000 task 01--------------------------
Traceback (most recent call last):
File "/usr/local/bin/dpgen", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/dpgen/main.py", line 185, in main
args.func(args)
File "/usr/local/lib/python3.8/dist-packages/dpgen/generator/run.py", line 3642, in gen_run
run_iter (args.PARAM, args.MACHINE)
File "/usr/local/lib/python3.8/dist-packages/dpgen/generator/run.py", line 3607, in run_iter
run_train (ii, jdata, mdata)
File "/usr/local/lib/python3.8/dist-packages/dpgen/generator/run.py", line 610, in run_train
submission.run_submission()
File "/usr/local/lib/python3.8/dist-packages/dpdispatcher/submission.py", line 171, in run_submission
self.update_submission_state()
File "/usr/local/lib/python3.8/dist-packages/dpdispatcher/submission.py", line 226, in update_submission_state
job.get_job_state()
File "/usr/local/lib/python3.8/dist-packages/dpdispatcher/submission.py", line 588, in get_job_state
job_state = self.machine.check_status(self)
File "/usr/local/lib/python3.8/dist-packages/dpdispatcher/dp_cloud_server.py", line 125, in check_status
dp_job_status = check_return["status"]
TypeError: 'NoneType' object is not subscriptable
Beta Was this translation helpful? Give feedback.
All reactions