I'm having a problem trying to install plotly. I proceeded to upgrade anaconda using the command line on Debian 9 and I received the error message "distributed 1.21.0 requires msgpack, which is not installed".
Then I tried a conda install mspack
, then a pip install --upgade plotly
, and I get "distributed 1.22.0 requires msgpack, which is not installed". This 1.22.0 error message is what kicked off my whole upgrading process of many packages. Does this break plotly? Don't know, haven't tried but judging from msgpack website https://msgpack.org/, it is probable to cause errors. We'll see, I guess. Not sure what else to do.
pip install msgpack
does not fix the problem
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