解决ImportError: TensorBoard logging requires TensorBoard version 1.15 or above

解决ImportError: TensorBoard logging requires TensorBoard version 1.15 or above

报错信息

ImportError: TensorBoard logging requires TensorBoard version 1.15 or above

解决办法

pip uninstall tensorboard -y

pip install tensorboard -i https://pypi.douban.com/simple/

Successfully uninstalled tensorboard-1.8.0

Successfully installed cachetools-4.2.0 certifi-2020.12.5 chardet-3.0.4 google-auth-1.24.0 google-auth-oauthlib-0.4.2 idna-2.10
oauthlib-3.1.0 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.25.0 requests-oauthlib-1.3.0 rsa-4.6 tensorboard-2.4.0 tensorboard
-plugin-wit-1.7.0 urllib3-1.26.2

欢迎大家交流学习,任何问题都可以留言

你可能感兴趣的:(日常报错,bug,python)