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

ERROR: Failed building wheel for aardwolf #350

Open
Ayanashi opened this issue Jun 15, 2024 · 3 comments
Open

ERROR: Failed building wheel for aardwolf #350

Ayanashi opened this issue Jun 15, 2024 · 3 comments
Labels
dependencies Pull requests that update a dependency file

Comments

@Ayanashi
Copy link

Cannot install on arch NetExec,
tryed with pip, pipx and poetry

Python 3.12.3
6.9.4-zen1-1-zen Archlinux

@Marshall-Hallenbeck
Copy link
Collaborator

@Ayanashi Can you provide some more information? Where does it fail? What's the output when it fails?

@Mercury0
Copy link

Mercury0 commented Jun 20, 2024

I had this issue as well earlier today on Arch after upgrading my system. Couldn't install NetExec via pipx because aardwolf wheel build failure. This was resolved by updating my Rust toolchain to a stable release channel which also sets default versions for cargo and rustc.

I ran the following command and then was able to proceed with a normal install without issues:

rustup default stable
pip3 install aardwolf --break-system-packages
pipx install git+https://github.com/Pennyw0rth/NetExec

@Ayanashi If this resolves your install problem please accordingly close this issue. Thank you

@Marshall-Hallenbeck
Copy link
Collaborator

If that works we can add it to the install instructions ^^ @Ayanashi please confirm if that worked or not.

@NeffIsBack NeffIsBack added the dependencies Pull requests that update a dependency file label Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

5 participants
@Marshall-Hallenbeck @Ayanashi @Mercury0 @NeffIsBack and others