Error


SUBMITTED BY: Lucoz

DATE: Aug. 24, 2023, 7:29 p.m.

UPDATED: Aug. 24, 2023, 7:56 p.m.

FORMAT: Text only

SIZE: 2.2 kB

HITS: 509

  1. ~ $ pip install frida
  2. Collecting frida
  3. Using cached frida-16.1.3.tar.gz (41 kB)
  4. Installing build dependencies ... done
  5. Getting requirements to build wheel ... done
  6. Installing backend dependencies ... done
  7. Preparing metadata (pyproject.toml) ... done
  8. Building wheels for collected packages: frida
  9. Building wheel for frida (pyproject.toml) ... error
  10. error: subprocess-exited-with-error
  11. × Building wheel for frida (pyproject.toml) did not run successfully.
  12. │ exit code: 1
  13. ╰─> [22 lines of output]
  14. running bdist_wheel
  15. running build
  16. running build_py
  17. creating build
  18. creating build/lib.linux-aarch64-cpython-311
  19. creating build/lib.linux-aarch64-cpython-311/frida
  20. copying frida/__init__.py -> build/lib.linux-aarch64-cpython-311/frida
  21. copying frida/core.py -> build/lib.linux-aarch64-cpython-311/frida
  22. copying frida/py.typed -> build/lib.linux-aarch64-cpython-311/frida
  23. creating build/lib.linux-aarch64-cpython-311/_frida
  24. copying _frida/py.typed -> build/lib.linux-aarch64-cpython-311/_frida
  25. copying _frida/__init__.pyi -> build/lib.linux-aarch64-cpython-311/_frida
  26. running build_ext
  27. building '_frida' extension
  28. creating build/temp.linux-aarch64-cpython-311
  29. creating build/temp.linux-aarch64-cpython-311/src
  30. aarch64-linux-android-clang -DNDEBUG -g -fwrapv -O3 -Wall -fstack-protector-strong -O3 -fstack-protector-strong -O3 -fPIC -I/frida-core/ -I/data/data/com.termux/files/usr/include/python3.11 -c src/_frida.c -o build/temp.linux-aarch64-cpython-311/src/_frida.o
  31. src/_frida.c:7:10: fatal error: 'frida-core.h' file not found
  32. #include <frida-core.h>
  33. ^~~~~~~~~~~~~~
  34. 1 error generated.
  35. error: command '/data/data/com.termux/files/usr/bin/aarch64-linux-android-clang' failed with exit code 1
  36. [end of output]
  37. note: This error originates from a subprocess, and is likely not a problem with pip.
  38. ERROR: Failed building wheel for frida
  39. Failed to build frida
  40. ERROR: Could not build wheels for frida, which is required to install pyproject.toml-based projects

comments powered by Disqus