个人博客原文地址: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

十年磨一剑,

霜刃未曾试。

今日把示君,

谁有不平事?

  --贾岛 《剑客/述剑》

相关文章:

  • 2022-02-16
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-08-11
  • 2021-10-16
  • 2022-12-23
猜你喜欢
  • 2021-06-06
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案