lhelontra / tensorflow-on-arm

TensorFlow for Arm
MIT License
1.05k stars 274 forks source link

not a supported wheel on this platform #63

Closed skywo1f closed 4 years ago

skywo1f commented 5 years ago

rock@localhost:~/Downloads$ pip3 install tensorflow-1.13.1-cp35-none-linux_aarch64.whl

tensorflow-1.13.1-cp35-none-linux_aarch64.whl is not a supported wheel on this platform.

rock@localhost:~/Downloads$ uname -m

aarch64

rock@localhost:~/Downloads$ python3 -V

Python 3.5.0

Shouldn't this be working? what am I missing?