evilsocket/pwnagotchi

tensorflow not available in pip for ARMhf Devices

Nannk opened this issue · 1 comments

Nannk commented

Describe the bug
Tensorflow is not in the pip for ARM, so to install the pwnagotchi on ARM devices that are not Raspberry Pi you need to have it preinstalled (for example by using this tutorial, which still didnt work in my case).

To Reproduce
Steps to reproduce the behavior:

  1. Follow the tutorial from the pwnagotchi website.

Expected behavior
sudo pip install -r requirements.txt installs all dependencies and exits succefully.

Screenshots
grafik
grafik

Environment:

  • Pwnagotchi version: 1.5.5
  • OS: Debian
  • Python 3.8.0 (pyenv)
  • Type of hardware: Orange Pi PC Plus (Allwinner H3 ARMv7-A)

Update:
it appears that the Tensorflow is not available only for armhf.

Nannk commented

guess that not a pwnagotchi related problem