Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/tensorflow/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Tensorflow 在Python2.7上安装tensorboard,met cachetools版本不匹配_Tensorflow_Pip_Tensorboard - Fatal编程技术网

Tensorflow 在Python2.7上安装tensorboard,met cachetools版本不匹配

Tensorflow 在Python2.7上安装tensorboard,met cachetools版本不匹配,tensorflow,pip,tensorboard,Tensorflow,Pip,Tensorboard,我试图用python2.7安装tensorboard,但遇到版本不匹配的问题,下面是命令 pip install tensorboard 收集张力板 下载http:/…/tensorboard-2.1.0-py2-none-any.whl(3.8MB) .... 收集cachetools=2.0.0(来自google auth=1.6.3->tensorboard) 正在下载http://.../cachetools-4.0.0.tar.gz cachetools需要Python“~=3.5

我试图用python2.7安装tensorboard,但遇到版本不匹配的问题,下面是命令

pip install tensorboard

收集张力板
下载http:/…/tensorboard-2.1.0-py2-none-any.whl(3.8MB)
....
收集cachetools=2.0.0(来自google auth=1.6.3->tensorboard)
正在下载http://.../cachetools-4.0.0.tar.gz
cachetools需要Python“~=3.5”,但运行的Python是2.7.16
经过数小时的搜索, 对于那些最近遇到这种情况的人来说,他们仍然在使用旧的tensorflow版本和Python2.7。 你应该注意到:

Releases prior to 1.6.0 were published under the tensorflow-tensorboard name 
and may be found at https://pypi.python.org/pypi/tensorflow-tensorboard.

对于我来说,使用python2.7和自编tensorflow 1.11.0,只需使用它就可以了

pip install tensorflow-tensorboard
而不是这个

pip install tensorboard
cachetools requires Python '~= 3.5' but the running Python is 2.7.16
pip install tensorboard
cachetools requires Python '~= 3.5' but the running Python is 2.7.16