Build platform-specific whl files
See original GitHub issueObserved behavior
Currently we have one whl file that bundles everything to support all the platforms
Expected behavior
Whl files with different dependencies bundled in to accommodate the needs for various distributions. Please see the discussions in the thread here.
User-facing consequences
…
Errors and logs
…
Steps to reproduce
…
Context
…
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
How to force a python wheel to be platform specific when ...
Here's the code that I usually look at from uwsgi. The basic approach is: setup.py. # ... try: from wheel.bdist_wheel import bdist_wheel as ......
Read more >How to install, download and build Python wheels - ActiveState
Open source Python packages can be installed from Source Distributions (sdist) or Wheels (whl). According to the Python Packaging Authority ( ...
Read more >What Are Python Wheels and Why Should You Care?
A Python .whl file is essentially a ZIP ( .zip ) archive with a specially crafted filename that tells installers what Python versions...
Read more >Platform compatibility tags - Python Packaging User Guide
Platform compatibility tags allow build tools to mark distributions as being compatible with specific platforms, and allows installers to understand which ...
Read more >Cannot install platform-specific wheels with non-python ...
It is no longer possible to install platform-specific wheels with non-python extension binaries on pip>=20.0.0. These are wheels that include ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue is mostly brainstorming, and that process has now been moved here.
Closing, and we can open targeted & concrete issues for plans after the decisions have been made.
Agree, let’s open up PRs/issues once we identify the concrete steps and have the task measured and divided into iterative steps.