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

Issue with requirements.txt (numpy) installation #19

Closed
CeruleanAtMonaco opened this issue Mar 9, 2021 · 4 comments
Closed

Issue with requirements.txt (numpy) installation #19

CeruleanAtMonaco opened this issue Mar 9, 2021 · 4 comments

Comments

@CeruleanAtMonaco
Copy link

I've been trying to install APKLeaks but having some run time installation error while installing the requirement.text. It seems there's some error with numpy cause it's failing to build and clean wheel again and again.

I even tried updating numpy to the latest version and re-installing too but there's no success. Please find the entire error here: https://ghostbin.co/paste/ojqknqs/raw

@dwisiswant0
Copy link
Owner

Please try with pip3 install numpy. Let me know what it'll look like.

@dwisiswant0 dwisiswant0 changed the title Issue with requirements.txt installation Issue with requirements.txt (numpy) installation Mar 9, 2021
@CeruleanAtMonaco
Copy link
Author

$pip3 install numpy

Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (1.19.5)

@dwisiswant0
Copy link
Owner

$pip3 install numpy

Requirement already satisfied: numpy in /usr/lib/python3/dist-packages (1.19.5)

That means numpy already exists, still can't run apkleaks?

@CeruleanAtMonaco
Copy link
Author

Fixed that by installing the usual dependencies of python developer package using python3 -m pip install python-dev-tools --user --upgrade. Thanks.

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