Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run as a script from the client terminal #197

Open
yutongz2019 opened this issue Nov 3, 2019 · 1 comment
Open

Cannot run as a script from the client terminal #197

yutongz2019 opened this issue Nov 3, 2019 · 1 comment

Comments

@yutongz2019
Copy link

yutongz2019 commented Nov 3, 2019

I have set up a dispy cluster via 1 PC with ubuntu 18.04 and 9 RPi 3B+
The python version is 3.5.3
However, when offloading tasks from PC to PRi manually, I cannot run as a script. There is no return results.
But if I manually run line by line, it works. Even I just simply divided the script into two parts and run by hand, it still works.
I am not quite sure what happens here.
Thank you very much for your time and help!

@pgiri
Copy link
Owner

pgiri commented Nov 6, 2019

You can run dispynode with -d option to see if there are any errors on the node. You can also check job.stderr / job.exception etc. for any errors in running job (e.g., if job.status != dispy.DispyJob.Finished).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants