Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install frida core from pip install frida-tools #266

Open
gogo2464 opened this issue Dec 31, 2023 · 0 comments
Open

install frida core from pip install frida-tools #266

gogo2464 opened this issue Dec 31, 2023 · 0 comments

Comments

@gogo2464
Copy link

gogo2464 commented Dec 31, 2023

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.

@gogo2464 gogo2464 changed the title pip install frida-tools failed on windows install frida core from pip install frida-tools Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant