pi@raspberrypi:~ $ cat /etc/*-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs" pi@raspberrypi:~ $ wget https://github.com/samjabrahams/tensorflow-on-raspberry-pi/raw/master/bin/tensorflow-0.7.1-cp27-none-linux_armv7l.whl --2016-03-21 16:25:01-- https://github.com/samjabrahams/tensorflow-on-raspberry-pi/raw/master/bin/tensorflow-0.7.1-cp27-none-linux_armv7l.whl Resolving github.com (github.com)... 192.30.252.129 Connecting to github.com (github.com)|192.30.252.129|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://raw.githubusercontent.com/samjabrahams/tensorflow-on-raspberry-pi/master/bin/tensorflow-0.7.1-cp27-none-linux_armv7l.whl [following] --2016-03-21 16:25:02-- https://raw.githubusercontent.com/samjabrahams/tensorflow-on-raspberry-pi/master/bin/tensorflow-0.7.1-cp27-none-linux_armv7l.whl Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 199.27.79.133 Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|199.27.79.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18857252 (18M) [application/octet-stream] Saving to: ‘tensorflow-0.7.1-cp27-none-linux_armv7l.whl’ tensorflow-0.7.1-cp27-none-linu 100%[=========================================================>] 17.98M 4.91MB/s in 3.7s pi@raspberrypi:~ $ ls Desktop Documents get-pip.py Pictures PycharmProjects Scripts tensorflow-0.7.1-cp27-none-linux_armv7l.whl DjangoProject Downloads Music Public python_games Templates Videos pi@raspberrypi:~ $ pi@raspberrypi:~ $ sudo pip install tensorflow-0.7.1-cp27-none-linux_armv7l.whl tensorflow-0.7.1-cp27-none-linux_armv7l.whl is not a supported wheel on this platform. pi@raspberrypi:~ $