You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met a common issue where pip install frida-tools returns:
`ERROR: Command errored out with exit status 1
RuntimeError: Need frida-core devkit to build from source.
Download one from https://github.com/frida/frida/releases, extract it to a directory,
and then add an environment variable named FRIDA_CORE_DEVKIT pointing at the directory.
ERROR: Failed building wheel for frida
`
on windows 10 with python 3.8.0 installed from chocolatey.
I met a common issue where
pip install frida-tools
returns:`ERROR: Command errored out with exit status 1
RuntimeError: Need frida-core devkit to build from source.
Download one from https://github.com/frida/frida/releases, extract it to a directory,
and then add an environment variable named FRIDA_CORE_DEVKIT pointing at the directory.
ERROR: Failed building wheel for frida
`
on windows 10 with python 3.8.0 installed from chocolatey.
It is not documented on https://frida.re/docs/troubleshooting/ but I suggest to modify the setup.py to install it by default if not installed yet.
The text was updated successfully, but these errors were encountered: