PyYAML and wheel
See original GitHub issueAccording to this code I suppose that pyyaml can be build without wheel
.
I suppose we can facing this case when users install pyyaml from source, so, why do not include requirements that we install before build this package to standardize building process and to simplify setup?
If you agree I can make the necessary changes and propose a pull request to pyyaml.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:5 (1 by maintainers)
Top Results From Across the Web
PyYAML - piwheels
The piwheels project page for PyYAML: YAML parser and emitter for Python.
Read more >PyYAML · PyPI
YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for...
Read more >Wheel support for aarch64 · Issue #415 · yaml/pyyaml - GitHub
Summary Installing pyyaml on aarch64 via pip using command "pip3 install pyyaml" tries to build wheel from source code. Problem description
Read more >PyYAML is a YAML parser and emitter for Python.
Rebuild wheels using latest Cython for Python 3.7 support. 3.12 (2016-08-28). Wheel packages for Windows binaries. Adding an implicit resolver to a derived ......
Read more >PyYAML - Wheelodex
Wheel Details ; Version: 6.0 ; Filename: PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl ; Download: [link] ; Size: 755924 ; MD5: ...
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
addressed in #407 in 5.4b1
thanks for fixing this 👍