question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build platform-specific whl files

See original GitHub issue

Observed 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:closed
  • Created 6 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
indirectlylitcommented, Jun 26, 2018

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.

0reactions
benjaomingcommented, Jun 26, 2018

Agree, let’s open up PRs/issues once we identify the concrete steps and have the task measured and divided into iterative steps.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found