其他分享
首页 > 其他分享> > tensorboard安装错误史

tensorboard安装错误史

作者:互联网

tensorboard安装错误

1尝试阶段 Dell 32位电脑,原有安装Anaconda,

conda create -n tensorflow python=3.6

activate tensorflow

pip install --ignore-installed --upgrade tensorflow 结果显示找不到符合匹配的tensorflow版本

2查找资料 发现tensorflow没有32位版本 lenovo 64位

conda create -n tensorflow python=3.6

activate tensorflow

pip install --ignore-installed --upgrade tensorflow 安装tensorflow成功 tensorboard --logdir="\path\to\log" 显示html5lib错误 cannot import name as ReparseException

3入坑开始 询问安装成功的同学,可能是路径问题,修改路径还是不可

标签:activate,错误,--,installed,tensorboard,tensorflow,安装
来源: https://blog.csdn.net/mnwlh_/article/details/79698227