-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Package into wheels for pip #38
Comments
https://packaging.python.org/en/latest/distributing.html#platform-wheels
|
Pip is now able to install Frida. (We did not go for wheels as they don't support binary packages for Linux OSes.) |
Not able to test right now, but that's nice to know. =) |
installed frida with pip on windows, but when import it in python, it says: please help!!!! |
pip
is de-facto official standard for installing packages, and it is unable to installfrida
.Is it possible to pack it as http://pythonwheels.com/ ?
The text was updated successfully, but these errors were encountered: