Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
漂白剂和html5lib与tensorboard不兼容_Html_Tensorflow_Anaconda_Tensorboard_Bleach - Fatal编程技术网

漂白剂和html5lib与tensorboard不兼容

漂白剂和html5lib与tensorboard不兼容,html,tensorflow,anaconda,tensorboard,bleach,Html,Tensorflow,Anaconda,Tensorboard,Bleach,安装tensorflow时,我收到以下错误: 分布式1.21.8需要未安装的msgpack。 我尝试通过执行以下命令来解决此问题 conda install -c anaconda msgpack-python pip install msgpack 然而,它随后给出了我无法解决的以下错误 tensorboard 1.8.0要求漂白剂==1.5.0,但您将使用不兼容的漂白剂2.1.3。 tensorboard 1.8.0要求html5lib==0.9999999,但您将拥有不兼容的html5l

安装tensorflow时,我收到以下错误:

分布式1.21.8需要未安装的msgpack。 我尝试通过执行以下命令来解决此问题

conda install -c anaconda msgpack-python
pip install msgpack
然而,它随后给出了我无法解决的以下错误

tensorboard 1.8.0要求漂白剂==1.5.0,但您将使用不兼容的漂白剂2.1.3。 tensorboard 1.8.0要求html5lib==0.9999999,但您将拥有不兼容的html5lib 1.0.1

如何更新漂白剂和html5lib,使其与tensorboard兼容

Ubuntu 18.04