-
-
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 breaks with msgpack 1.0.0rc1 #3491
Comments
Thank you for raising this @sk1p . Indeed, that seems like something that we should resolve quickly. |
Update: version 1.0.0 was just released. |
Carreau
added a commit
to Carreau/distributed-feedstock
that referenced
this issue
Feb 19, 2020
Merged
4 tasks
jakirkham
pushed a commit
to conda-forge/distributed-feedstock
that referenced
this issue
Feb 19, 2020
devin-petersohn
added a commit
to devin-petersohn/modin
that referenced
this issue
Feb 19, 2020
* Fixes test suite failures * Related to dask/distributed#3491
3 tasks
devin-petersohn
added a commit
to modin-project/modin
that referenced
this issue
Feb 19, 2020
* Fixes test suite failures * Related to dask/distributed#3491
TomAugspurger
added a commit
to TomAugspurger/dask
that referenced
this issue
Feb 19, 2020
TomAugspurger
added a commit
to dask/dask
that referenced
this issue
Feb 19, 2020
4 tasks
Data-drone
pushed a commit
to Data-drone/dask_CDSW
that referenced
this issue
Mar 23, 2020
emitra17
added a commit
to lanl/PyBNF
that referenced
this issue
Dec 31, 2020
This version setting is needed because newer versions of msgpack are incompatible with the pinned version of distributed. See dask/distributed#3491
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just for information, distributed breaks with the 1.0.0 release candidate of msgpack. To reproduce:
pip install distributed 'msgpack==1.0.0rc1'
Client.run(some_function)
cc @Brow71189
The text was updated successfully, but these errors were encountered: