Warning: file_put_contents(/datas/wwwroot/jiajiahui/core/caches/caches_template/2/default/show.php): failed to open stream: Permission denied in /datas/wwwroot/jiajiahui/core/libraries/classes/template_cache.class.php on line 55

Warning: chmod(): Operation not permitted in /datas/wwwroot/jiajiahui/core/libraries/classes/template_cache.class.php on line 56
【下载报错】distributed 1.21.8 requires msgpack, which is not installed. - 源码之家

【下载报错】distributed 1.21.8 requires msgpack, which is not installed.

下载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等库方法
运用类似的方式即可。