androguard / androguard

Reverse engineering and pentesting for Android applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error trying to install

datshicray opened this issue · comments

I expected to install androguard with the command:
$ pip install androguard

I first tried in termux on Oxygen OS (android 13) OnePlus 8T (kb2007). I then tried on Ubuntu 23.10 x64-arm (proot in termux on top of the android OS. Both attempts have given me the same error:

ERROR: Could not build wheels for frida, which is required to install pyproject.toml-based projects

System Information

  • Androguard Version: master
  • Python Version: 3.4/3.5/...
  • Android 13 & Ubuntu 23.10

Are you able to pip install frida successfully? This is probably an issue with some underlying dependency attempting to be compiled on ARM.