skelsec / aardwolf

Asynchronous RDP client for Python (headless)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No wheels in pypi.org

jsf9k opened this issue · comments

I am installing Porchetta-Industries/CrackMapExec, which pulls in aardwolf as a dependency. The latest release of aardwolf on pypi.org does not include Python wheels, so the Rust code has to be compiled locally. Is the lack of wheels intentional? I see that older versions did include wheels.

Hello, it is somewhat intentional. Sadly, I don't have the capacity to provide whl packages for all platforms.
Previous versions had whl packages because I wanted to experience what it takes to create whl packages... not fun.

Understood

I"M BACK!!!!!!
With some good news this time!
Spent some time to make wheels and current version 0.2.5 also comes with a build script for wheels, and it's also already on pip with wheels. Please try them and lemme know if it works for you!