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

requirements.txt gives an error #23

Closed
kidvidearths opened this issue Mar 28, 2023 · 6 comments
Closed

requirements.txt gives an error #23

kidvidearths opened this issue Mar 28, 2023 · 6 comments

Comments

@kidvidearths
Copy link

When i try to run bash setup.py on my virtual environment, i get this error.
Could not find a version that satisfies the requirement yara-python-dex>=1.0.1 (from apkid->-r requirements.txt (line 3)) (from versions: none)

@CYB3RMX
Copy link
Owner

CYB3RMX commented Mar 28, 2023

This error is common in apkid. I encountered this error while I was trying to use Qu1cksc0pe in Kali and KaliWSL. Can you try these following commands:

  1. Uninstall existing yara module: pip3 uninstall yara-python
  2. Install version 3.11.0: pip3 install yara-python==3.11.0
  3. Try to run program again

I think these instructions will fix your problem.

@kidvidearths
Copy link
Author

I'm running this in a virtual environment and i tried doing what you asked, it didn't work. Even went to change it in requirements.txt. Anyways, the error goes when i change the apkid version in line 3 to ==2.1.1 and run bash setup.sh, but it's introducing new errors. I'm using an ubuntu btw
Screenshot 2023-03-29 at 1 11 54 PM

@CYB3RMX
Copy link
Owner

CYB3RMX commented Mar 29, 2023

Looks like you dont have cmake. Try to install it via your package manager. I added virtual environment because of module conflict errors. I will make it optional with new update. Honestly I didnt ever used Qu1cksc0pe on the Ubuntu. For best experience you can use it on Parrot or Kali. I will try it on Ubuntu and add optimizations for this.

@kidvidearths
Copy link
Author

Okay, when i try to install it, it gives me this error. I've moved onto kali as you'd suggested.
Screenshot 2023-03-29 at 6 09 11 PM

@CYB3RMX
Copy link
Owner

CYB3RMX commented Mar 29, 2023

Looks like when you want to install it from virtual environment it crashes. But dont worry I'll make virtual environment usage is optional very soon. Thank you for the feedback!

@CYB3RMX
Copy link
Owner

CYB3RMX commented Mar 29, 2023

Can you update the program and retry please?

Edit: Its not recommended to install for now (I'll fix that very soon). You can use it from its directory.

Edit: I commit fixes about installation issues can you check it please?

@CYB3RMX CYB3RMX closed this as completed Apr 2, 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

2 participants