distributed 1.21.8 requires msgpack, which is not installed.

一、问题描述

C:\Users\wangxh.PANACRO\Desktop>pip install twilio
Collecting twilio
  Downloading https://files.pythonhosted.org/packages/d0/b4/27d1470e400896fb5269
e2f771145d9b4c289d0b13ab1bb50376dbbcc6d9/twilio-6.15.1.tar.gz (318kB)
    38% |████████████▍                   | 122kB 16kB/s eta 0:00:13
    41% |█████████████▍                  | 133kB 18kB/s eta 0:00:1
    45% |██████████████▍                 | 143kB 22kB/s eta 0:00:
    48% |███████████████▌                | 153kB 28kB/s eta 0:00
    51% |████████████████▌               | 163kB 26kB/s eta 0:0
    54% |█████████████████▌              | 174kB 32kB/s eta 0:
    57% |██████████████████▌             | 184kB 31kB/s eta 0
    61% |███████████████████▋            | 194kB 31kB/s eta
    64% |████████████████████▋           | 204kB 34kB/s eta
    67% |█████████████████████▋          | 215kB 36kB/s et
    70% |██████████████████████▋         | 225kB 45kB/s e
    74% |███████████████████████▊        | 235kB 44kB/s
    77% |████████████████████████▊       | 245kB 43kB/s
    80% |█████████████████████████▊      | 256kB 51kB/
    83% |██████████████████████████▉     | 266kB 48kB
    86% |███████████████████████████▉    | 276kB 55k
    90% |████████████████████████████▉   | 286kB 55
    93% |█████████████████████████████▉  | 296kB 5
    96% |███████████████████████████████ | 307kB
    99% |████████████████████████████████| 317kB
    100% |████████████████████████████████| 327k
B 60kB/s
Requirement already satisfied: six in d:\python\lib\site-packages (from twilio)
(1.11.0)
Requirement already satisfied: pytz in d:\python\lib\site-packages (from twilio)
 (2018.4)
Collecting PyJWT>=1.4.2 (from twilio)
  Downloading https://files.pythonhosted.org/packages/93/d1/3378cc8184a6524dc929
93090ee8b4c03847c567e298305d6cf86987e005/PyJWT-1.6.4-py2.py3-none-any.whl
Requirement already satisfied: requests>=2.0.0 in d:\python\lib\site-packages (f
rom twilio) (2.18.4)
Requirement already satisfied: pysocks in d:\python\lib\site-packages (from twil
io) (1.6.8)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in d:\python\lib\site-packa
ges (from requests>=2.0.0->twilio) (3.0.4)
Requirement already satisfied: idna<2.7,>=2.5 in d:\python\lib\site-packages (fr
om requests>=2.0.0->twilio) (2.6)
Requirement already satisfied: urllib3<1.23,>=1.21.1 in d:\python\lib\site-packa
ges (from requests>=2.0.0->twilio) (1.22)
Requirement already satisfied: certifi>=2017.4.17 in d:\python\lib\site-packages
 (from requests>=2.0.0->twilio) (2018.4.16)
Building wheels for collected packages: twilio
  Running setup.py bdist_wheel for twilio ... done
  Stored in directory: C:\Users\wangxh.PANACRO\AppData\Local\pip\Cache\wheels\0e
\96\96\cb0e50dc357e8db71b9e8112e4644e75555523c91c997e3f47
Successfully built twilio
distributed 1.21.8 requires msgpack, which is not installed.
Installing collected packages: PyJWT, twilio
Successfully installed PyJWT-1.6.4 twilio-6.15.1
 

二、解决办法

C:\Users\wangxh.PANACRO\Desktop>pip install msgpack
Collecting msgpack
  Downloading https://files.pythonhosted.org/packages/04/81/c6363198f24ec1c56e5c
48ce685cb532e175125adade0cdb181c8c5fea6e/msgpack-0.5.6-cp36-cp36m-win_amd64.whl
(85kB)
    47% |███████████████▎                | 40kB 19kB/s eta 0:00:
    59% |███████████████████             | 51kB 18kB/s eta 0:
    71% |███████████████████████         | 61kB 22kB/s et
    83% |██████████████████████████▊     | 71kB 22kB/
    95% |██████████████████████████████▌ | 81kB 2
    100% |████████████████████████████████| 92kB
 25kB/s
Installing collected packages: msgpack
Successfully installed msgpack-0.5.6
 

猜你喜欢

转载自blog.csdn.net/w892824196/article/details/81130504