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.

platform-independent wheels

See original GitHub issue

Related to #43 . A platform-independent pure-python wheel on pypi would be very useful for dependency resolution in linux projects. PyYAML-?.??-py35-none-any.whl Ultimately a manylinux wheel using libyaml would be ideal, but I understand the complications so this might be a fair compromise that’s simple to implement.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:9
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
rdbcommented, Feb 21, 2019

I think it would still make sense because not every possible platform is covered even when manylinux wheels are available. So the generic wheels would act as a fallback.

1reaction
dirkroordacommented, Jul 14, 2021

I use yaml for config files mostly. Not performance critical at all. Maybe json is a better choice. And json is in Python’s standard library. Added bonus: good documentation. When I look at https://pyyaml.org/wiki/PyYAMLDocumentation occasionally, I’m bewildered.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wheel names are platform independent even though my ...
Setuptools then knows the binary distributions are no longer platform independent and the resulting wheels, etc. are named appropriately.
Read more >
pyproject.toml: Platform-independent wheels are build #644
pyproject.toml: Platform-independent wheels are build #644 ... a way to tell the builder that the wheels are really platform-dependent.
Read more >
Packaging platform-dependent binaries in wheels
I want to optimise certain performance-critical parts of my application using C/Zig/Rust code and package the compiled code up in ...
Read more >
What Are Python Wheels and Why Should You Care?
What Is a Python Wheel? Advantages of Python Wheels; Telling pip What to Download; The manylinux Wheel Tag; Security Considerations With Platform Wheels....
Read more >
Python – How to download cross-platform wheels via pip
With the newly introduced Python Wheels, I'm forced to "pip … ... Is there a way to download Wheels for target platforms (or...
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