书籍:Python Deep Learning:Understand how deep neural networks work and apply them to real-world tasks,Third Edition
作者:Ivan Vasilev
出版:Packt Publishing
书籍下载-《Python深度学习,第3版…
问题描述:
ERROR: tensorboard 1.14.0 has requirement setuptools>41.0.0, but youll have setuptools 39.2.0 which is incompatible. 问题原因: setuptools 版本太低
解决方法:升级setuptools版本 pip install --upgrade setuptools…