Distributed 1.21.8 requires msgpack, which is not installed

前端 未结 5 1983
说谎
说谎 2021-01-31 17:06

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

5条回答
  •  终归单人心
    2021-01-31 17:26

    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
    

提交回复
热议问题