odroid hat einen armv7l Prozessor (32bit), daher muss tensorflow aus den Quellen gebaut werden.
alt aber evtl. Hilfreich: http://cudamusing.blogspot.com/2015/11/building-tensorflow-for-jetson-tk1.html
bazel schmeißt irgend wann einen “out of memory”
hier gibts was inoffizielles: https://github.com/samjabrahams/tensorflow-on-raspberry-pi
hier etwas aktueller: https://github.com/lhelontra/tensorflow-on-arm/releases
installiert in ~/workspace/
make install
wirft einen Fehler wenn man nicht export LC_ALL=C
macht. wenn pip3 list
funktioniert sollte alles gut sein.