Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asks package is missing wheel #193

Open
belm0 opened this issue Apr 20, 2022 · 3 comments
Open

asks package is missing wheel #193

belm0 opened this issue Apr 20, 2022 · 3 comments

Comments

@belm0
Copy link

belm0 commented Apr 20, 2022

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.

@darioackermann
Copy link

darioackermann commented Oct 28, 2022

This is an issue on your side. You don't have the wheel package installed which causes pip to fallback to the legacy installation.

@smurfix
Copy link
Contributor

smurfix commented Nov 7, 2022

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

@darioackermann
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants