-
Notifications
You must be signed in to change notification settings - Fork 43
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
RuntimeError: No Devices Found when calling client.submit #130
Comments
@SophiaLcy, the image is missing |
sorry I was uploading the image which was really slow T_T |
Do you have PYNQ and XRT installed in both machines? |
yes when I type "which pynq" it show And thank you for your quik reply! |
is this in both machines? Can you please comment about your hardware configuration? |
What is the output when you print the from dask.distributed import Client, get_client
client = Client(<your connection>)
client |
It's been a while since I have not touched that part, but this could be useful: https://docs.dask.org/en/latest/deploying-ssh.html |
All the dask config looks good. Does dask have access to the same env as PYNQ? Have you tried using PYNQ and checking if the device is visible? The issues seems like a env problem. |
I am currently running two workers on two different hosts. When I print the client information, I can see that both workers are successfully connected to the Dask scheduler. I believe I have sourced xrt correctly, but they are still unable to detect any devices when calling client.submit.
This can be successfully executed with the correct output.
but when running
It shows error:
I am afraid I do not know how to launch a worker correctly. Now I am running in this way
I would greatly appreciate your guidance on this matter.
The text was updated successfully, but these errors were encountered: