这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(root/frida): Fix version constraints of python dependencies #25464

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

Merged
merged 1 commit into from
Jul 26, 2025

Conversation

Biswa96
Copy link
Member

@Biswa96 Biswa96 commented Jul 26, 2025

@robertkirkman
Copy link
Contributor

robertkirkman commented Jul 26, 2025

Do you happen to know any way to either generate the site-packages/frida-XXX-YYY-dist-info/METADATA file, which, in most python packages, contains the correct pip dependencies for the package, or in some other way automatically detect the correct pip dependencies?

Recently, I was basically trying to get this package to generate the METADATA file or otherwise somehow detect the dependencies properly from it, but I couldn't figure out how to do it since this software uses a custom build system that wraps many subprojects.

However, when I tested the AUR python-frida package, it does install the whole -dist-info folder for me, but I am not sure how exactly it's able to get python -m installer to work and install the .whl, I tried with termux-packages but every way I tried had errors.

@Biswa96
Copy link
Member Author

Biswa96 commented Jul 26, 2025

Do you happen to know any way to either generate the site-packages/frida-XXX-YYY-dist-info/METADATA file

How about generate the wheel file .whl and extract from it?

in some other way automatically detect the correct pip dependencies?

pip check

@Biswa96 Biswa96 merged commit 9679566 into termux:master Jul 26, 2025
11 checks passed
@Biswa96 Biswa96 deleted the frida branch July 26, 2025 13:58
@robertkirkman
Copy link
Contributor

pip check

Unfortunately, pip check does not currently work on frida-python in Termux, because pip list | grep frida shows nothing.

I will continue trying to generate the .whl file, which I have not been able to do yet

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

Successfully merging this pull request may close these issues.

[Bug]: frida-python require pygments almost 2.2.0
2 participants