. Advertisement .
..3..
. Advertisement .
..4..
The error
distributed 1.21.8 requires msgpack, which is not installed
occurred when I upgrade anaconda using the command line on Debian 9. I’ve tried to fix it for some days but have not resolved it yet. Can someone suggest a relevant solution to fix the ”distributed 1.21.8 requires msgpack, which is not installed” issue? Much appreciate your support.
The cause:
After looking over your problem I found that you added the means anaconda in your program, so it caused this error.
Solution:
To solve this problem, you can use the user of admin(Windows) / root(linux) to set up msgpack.
Or you can use Anaconda Prompt as the role of Administrator by doing:
The same problem occurred to me while installing dask. Later, I found a solution using one of these methods.
First Method: Use this command
Second Method: Use this command
Because of the way anaconda is installed, the error “distribution 1.21.8 requires msgpack, which is not installed” may occur; the answer is to install msgpack as administrator. https://kodlogs.net/196/distributed-1-21-8-requires-msgpack-which-is-not-installed-fixed