I've tried several methods for installing Tensorflow (CPU-only) onto my Dragonboard 410c, and even though all other packages install just fine, Tensorflow installation always gives me the error tensorflow-1.3.0-... no matter whether I use pip or pip3.
Things I've checked for:
uname aoutputs arm64 (64-bit)pip -V && pip3 -V(both 10.0.1)sudo apt-get update- Installing within a virtualenv
- Installing using native pip
- Installing using the links to the Tensorflow binaries
Even after ensuring all three of these were good, I can't install Tensorflow.