I'm trying to install Tensorflow
on Raspberry Pi
. The OS is Ubuntu Mate
, python2.7
and PIP
version is 7.1.2
When I run this
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
it tells that
"tensorflow-0.5.0... is not a supported wheel on this platform."
Is it possible to install Tensorflow
on Raspberry
?
And someone knows what I'm missing?