matplotlib 1.3.1 requires nose, which is not installed. matplotlib 1.3.1 requires tornado, which is
在安装tensorflow的时候,执行命令
$ 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
解决问题,执行如下:
sudo easy_install nose
sudo easy_install tornado
还没有评论,来说两句吧...