-
-
Notifications
You must be signed in to change notification settings - Fork 719
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
distributed.utils - ERROR - 'distributed.scheduler.TaskGroup' object has no attribute '_states' #4536
Comments
Thanks for raising an issue @n8henrie. I tried your example (thanks for providing a nice, minimal example) with the latest cc @jakirkham as |
This is probably something that got fixed in the last few releases. In particular I believe Ben ran into this previously and we fixed it with PR ( #4408 ) |
Thanks for the super quick responses. Solution: $ pip freeze | grep -i -e dask -e distributed
dask==2021.2.0
distributed==2021.2.0 The dashboard is now working great both on the MCVE and on my actual code. Many thanks. |
Great, glad to hear it. Thanks for following up @n8henrie |
I think the interesting thing here is that Arch Linux seems to be building |
What happened: During a computation (in either JupyterLab or from standard python in a script), if I open http://127.0.0.1:8787/status I get
500: Internal Server Error
in the browser and (immediately) a long traceback including the below from python / jupyter (truncated). NB: doesn't happen if I don't go to that URL.What you expected to happen: See the dashboard
Minimal Complete Verifiable Example:
While this is running, go to the status dashboard.
Environment:
Arch linux, using systemwide dask install in a venv with
--system-site-packages
. Firewall disabled.The text was updated successfully, but these errors were encountered: