skelsec / aardwolf

Asynchronous RDP client for Python (headless)
MIT License
142 stars 18 forks source link

No wheels in pypi.org #9

Open jsf9k opened 1 year ago

jsf9k commented 1 year ago

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.

skelsec commented 1 year ago

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.

jsf9k commented 1 year ago

Understood

skelsec commented 1 year ago

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!