Distributed 1.21.8 requires msgpack, which is not installed

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

    If you are trying to installing msgpack in your work/office machine where PIP install have proxy issues. you can try below method.

    Download msgpack using below link : https://pypi.org/project/msgpack-python/#files Extract the .tar.gz file Navigate till setup.py file in command prompt Execute python setup.py install command to install

提交回复
热议问题