python-whirlpool icon indicating copy to clipboard operation
python-whirlpool copied to clipboard

New release?

Open BenBE opened this issue 1 year ago • 2 comments

Any chance to get an updated release on PyPi that properly builds with Python 3.10+? The current latest release version fails to build when trying to install; a bug which was already fixed in the repository a while back AFAICS.

BenBE avatar Jan 20 '25 13:01 BenBE

Bump

killerdevildog avatar Jul 29 '25 17:07 killerdevildog

Would be nice. I spent 3 hours trying to figure out why this wouldn't install / trying to find alternatives only to end up cloning this repo and compiling it myself with "pip install ." once navigated in the cloned dir after having installed "Desktop development with C++" from the Visual Studio Build Tools 2002 installer.

The bug is indeed fixed here, works fine with v3.12.

SamKook avatar Nov 15 '25 02:11 SamKook