ModuleNotFoundError: No module named ‘tensorboard.summary.writer‘; ‘tensorboard.summary‘ is not a pa

报错信息:

ImportError: TensorBoard logging requires TensorBoard with Python summary writer installed. This should be available in 1.14 or above.

升级tensorboard版本为1.14.0
运行以下命令即可:

pip --default-timeout=100 install tensorboard==1.14.0 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
Looking in indexes: http://pypi.douban.com/simple/

你可能感兴趣的:(日常bug系列)