Distributed 1.21.8 requires msgpack, which is not installed

前端 未结 5 1985
说谎
说谎 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:29

    To answer your multiple questions

    1. "distributed 1.21.8 requires msgpack" This error has nothing to do with plotly installation. Its due to the way anaconda is installed

    2. The error will not affect installation/upgrades of any of the packages.

    3. "pip install msgpack does not fix the problem" .It will not fix until you try to install msgpack with user admin(Windows) / root(linux) right. I got this fixed on my Windows 10 & Lubuntu 16 with above mentioned solution

提交回复
热议问题