-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi!
Thank you for the development of DPAM, it looks like an extremely promising project for a specific problem we are trying to address in our research group. However after installation according to the instructions, when trying to run an example, I get this output:
rm: cannot remove 'test_step3.log': No such file or directory
rm: cannot remove 'test_step4.log': No such file or directory
rm: cannot remove 'test_step5.log': No such file or directory
rm: cannot remove 'test_step6.log': No such file or directory
rm: cannot remove 'test_step7.log': No such file or directory
rm: cannot remove 'test_step8.log': No such file or directory
rm: cannot remove 'test_step9.log': No such file or directory
rm: cannot remove 'test_step10.log': No such file or directory
rm: cannot remove 'test_step11.log': No such file or directory
rm: cannot remove 'test_step12.log': No such file or directory
rm: cannot remove 'test_step13.log': No such file or directory
rm: cannot remove 'test_step14.log': No such file or directory
rm: cannot remove 'test_step15.log': No such file or directory
rm: cannot remove 'test_step16.log': No such file or directory
rm: cannot remove 'test_step17.log': No such file or directory
rm: cannot remove 'test_step18.log': No such file or directory
rm: cannot remove 'test_step19.log': No such file or directory
rm: cannot remove 'test_step20.log': No such file or directory
rm: cannot remove 'test_step21.log': No such file or directory
rm: cannot remove 'test_step22.log': No such file or directory
rm: cannot remove 'test_step23.log': No such file or directory
rm: cannot remove 'test_step24.log': No such file or directory
Illegal instruction
Traceback (most recent call last):
File "/opt/DPAM/scripts/run_step3.py", line 100, in
time.sleep(1)
NameError: name 'time' is not defined
DPAM run for test under /home/ruslanlinux/Desktop/DPAM-dpam_ai/example done
Is there any way to check why is it not working?
Thanks!