Distributed 1.21.8 requires msgpack, which is not installed

I face same issue while installing dask Later I resolved it using either of these two methods.

First Method: Run this command

conda install -c anaconda msgpack-python

Second Method: Run this command

pip install msgpack

Leave a Comment