asks
asks copied to clipboard
asks package is missing wheel
Looking in indexes: https://pypi.org/simple
...
Collecting asks==3.0.0
Downloading asks-3.0.0.tar.gz (23 kB)
Preparing metadata (setup.py) ... done
...
Using legacy 'setup.py install' for asks, since package 'wheel' is not installed.
Please use python -m build when building, so that sdist and any-wheel is generated, and upload both to pypi.
~This is an issue on your side. You don't have the wheel package installed which causes pip to fallback to the legacy installation.~
@darioackermann Sorry but you're wrong. Building and uploading wheels is easy. Generating them on the client frequently is not, esp. on pseudo-embedded systems with custom Python installations.
Thanks for the heads-up! I've been misguided by the last line of code ouput, apologies for that.