distributed 1.21.8 requires msgpack
解决distributed 1.21.8 requires msgpack, which is not installed错误
windows环境下anaconda中安装pygame等三方库时可能会出现
distributed 1.21.8 requires msgpack, which is not installed
这种错误,出现以上错误的原因是缺少了一些依赖库,需要先安装这些依赖库
1.通过win + r cmd 进入doc窗口,然后通过以下命令安装。
pip install msgpack
pip install msgpack-python
2.重新通过命令安装你要安装的库,这样子就可以解决啦。