[Python]distributed 1.21.8 requires msgpack, which is not installed.

个人博客原文地址:http://www.bearoom.xyz/2019/08/24/python-devolop-en-msgpack-problem/

在安装tensorflow的时候,出现了这个提示:

distributed 1.21.8 requires msgpack, which is not installed.

[Python]distributed 1.21.8 requires msgpack, which is not installed.

解决方法:

pip install msgpack-python
pip install msgpack

十年磨一剑,

霜刃未曾试。

今日把示君,

谁有不平事?

  --贾岛 《剑客/述剑》

上一篇:如何正确使用 Composer 安装 Laravel 扩展包


下一篇:A Simple Problem with Integers(线段树区间更新模板)