Я пытаюсь установить тензорную доску с python2 .7, но встретилось несоответствие версий, и вот команда
pip install tensorboard
Collecting tensorboard
Downloading http:/.../tensorboard-2.1.0-py2-none-any.whl (3.8MB)
....
Collecting cachetools<5.0,>=2.0.0 (from google-auth<2,>=1.6.3->tensorboard)
Downloading http://.../cachetools-4.0.0.tar.gz
cachetools requires Python '~= 3.5' but the running Python is 2.7.16