下载tensorflow时报错distributed 1.21.8 requires msgpack, which is not installed.然后就出现一堆的红色。
【下载报错】distributed 1.21.8 requires msgpack, which is not installed.
在网上查到的是
pip install msgpack-python
然后
pip install msgpack

但是我先用pip install msgpack-python时,依然会报distributed 1.21.8 requires msgpack, which is not installed.这个错。

【下载报错】distributed 1.21.8 requires msgpack, which is not installed.
然后我试了试先
pip install msgpack
然后
pip install msgpack-python
成功了【下载报错】distributed 1.21.8 requires msgpack, which is not installed.

再次安装tensorflow,成功!
【下载报错】distributed 1.21.8 requires msgpack, which is not installed.
运用的是离线下载的方式,具体的操作可以参考
离线下载pytorch、opencv等库方法
运用类似的方式即可。

相关文章:

  • 2021-08-06
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-06-18
  • 2021-07-31
  • 2021-09-19
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
相关资源
相似解决方案