07-24-2016, 08:44 AM
Hello,
I recently got my pine64 and I'm quite happy with it.
I installed the Xenial Ubuntu and I intend to use it for light Machine Learning projects so I can keep it running, learning and predicting and I just fetch the information when I need them...
However, I'm having trouble installing Tensorflow ( https://www.tensorflow.org/versions/r0.9...stallation ) with the following error:
Has anyone successfully installed it? Did you build from source or got the pip install to work?
I recently got my pine64 and I'm quite happy with it.
I installed the Xenial Ubuntu and I intend to use it for light Machine Learning projects so I can keep it running, learning and predicting and I just fetch the information when I need them...
However, I'm having trouble installing Tensorflow ( https://www.tensorflow.org/versions/r0.9...stallation ) with the following error:
Code:
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.9.0-cp27-none-linux_x86_64.whl
$ pip install --upgrade $TF_BINARY_URL
tensorflow-0.9.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
Has anyone successfully installed it? Did you build from source or got the pip install to work?