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

Package into wheels for pip #38

Closed
techtonik opened this issue Jun 8, 2015 · 5 comments
Closed

Package into wheels for pip #38

techtonik opened this issue Jun 8, 2015 · 5 comments

Comments

@techtonik
Copy link

pip is de-facto official standard for installing packages, and it is unable to install frida.

>pip install frida
Collecting frida
  Could not find a version that satisfies the requirement frida (from versions: )
No matching distribution found for frida

Is it possible to pack it as http://pythonwheels.com/ ?

@techtonik
Copy link
Author

@techtonik
Copy link
Author

@oleavr
Copy link
Member

oleavr commented Aug 21, 2015

Pip is now able to install Frida. (We did not go for wheels as they don't support binary packages for Linux OSes.)

@oleavr oleavr closed this as completed Aug 21, 2015
@techtonik
Copy link
Author

Not able to test right now, but that's nice to know. =)

@paulnaoki
Copy link

installed frida with pip on windows, but when import it in python, it says:
Failed to load the Frida native extension: DLL load failed: couldn't find target module....
Please ensure that the extension was compiled for Python 3.x.

please help!!!!

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

3 participants