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

Fix: yara-python-dex installation #411

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AbhiTheModder
Copy link
Contributor

@AbhiTheModder AbhiTheModder commented Oct 27, 2024

Re-Opened of #410.

setup.py Outdated
@@ -47,7 +47,7 @@ def package_files(directory):


install_requires = [
'yara-python-dex>=1.0.1',
"yara-python-dex @ git+https://github.com/MobSF/yara-python-dex.git",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rest of file uses simple commas (') instead of double commas (")

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be a risky change?

Copy link
Contributor Author

@AbhiTheModder AbhiTheModder Oct 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be a risky change?

Yes, it could be that is why I was hesitant to raise the merge request, but there's no solution instead of it on termux(android), even if we go with toml setup we'll have to add git+https://github.com/MobSF/yara-python-dex.git in requirements for it to be able to complete installation successfully.

Or how about adding a note for It's installation on README?

afaik I've seen in yara-python-dex repo the yara submodule still on the commit of 4yrs old(maintainer mostly changes ci files) so it doesn't feel like something major will arise

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.

[Installation Problem] FileNotFoundError: [Errno 2] No such file or directory: 'yara-python/README.rst'
2 participants