asks icon indicating copy to clipboard operation
asks copied to clipboard

asks package is missing wheel

Open belm0 opened this issue 3 years ago • 5 comments

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.

belm0 avatar Apr 20 '22 04:04 belm0

~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 avatar Oct 28 '22 13:10 darioackermann

@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.

smurfix avatar Nov 07 '22 13:11 smurfix

Thanks for the heads-up! I've been misguided by the last line of code ouput, apologies for that.

darioackermann avatar Nov 07 '22 14:11 darioackermann