Pennyw0rth / NetExec

The Network Execution Tool
https://netexec.wiki/
BSD 2-Clause "Simplified" License
2.57k stars 263 forks source link

ERROR: Failed building wheel for aardwolf #350

Open Ayanashi opened 2 weeks ago

Ayanashi commented 2 weeks ago

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

Python 3.12.3 6.9.4-zen1-1-zen Archlinux

Marshall-Hallenbeck commented 2 weeks ago

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

Mercury0 commented 2 weeks ago

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 commented 2 weeks ago

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