在OSX上的Virtualenv中安装TensorFlow

时间:2015-11-12 14:18:59

标签: bash installation tensorflow

我关注instructions for installing TensorFlow in a virtual environment on Mac,但我不确定这条指令的含义:

(tensor flow)$ pip install --upgrade <$url_to_binary.whl>

特别是url_to_binary.whl位。

到目前为止安装进展顺利。我尝试使用那个确切的命令,但它打印出一个错误:

-bash: syntax error near unexpected token `newline'

我假设&lt;&gt;之间的所有内容是一个占位符,指的是某个位置,但不确定是什么。

3 个答案:

答案 0 :(得分:1)

解决。

现已安装并启动并运行。

<$url_to_binary.whl>应替换为https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

我认为那是他们的意思。

答案 1 :(得分:1)

他们的意思是他们之前在binary installation section for MacOS

中讲述的二进制文件
  

目前只有CPU版本可用。

     

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

所以二进制的路径是https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl

答案 2 :(得分:-1)

在我看来,你可以尝试这样:

(tensorflow)$ pip install --upgrade

https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.8.0-cp27-none-linux_x86_64.whl