matplotlib 1.3.1 requires nose, which is not installed. matplotlib 1.3.1 requires tornado, which is

谁借莪1个温暖的怀抱¢ 2022-03-17 05:50 286阅读 0赞

在安装tensorflow的时候,执行命令

  1. $ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

参考:
http://www.tensorfly.cn/tfdoc/get_started/os_setup.html

报错如下:

matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
Installing collected packages: numpy, six, tensorflow
Found existing installation: numpy 1.8.0rc1
解决问题,执行如下:

  1. sudo easy_install nose
  2. sudo easy_install tornado

发表评论

表情:
评论列表 (有 0 条评论,286人围观)

还没有评论,来说两句吧...

相关阅读