Test new binary wheels
See original GitHub issueThe new binary wheels are distributed under version 0.10.2a2! I’d like to spot-test some of them before tagging the release.
Please try it out:
$ pip install --pre pygeos[test]
$ pytest --pyargs pygeos.tests
And report back the exact wheel version you used + if tests passed.
For me: pygeos-0.10.2a2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
works.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
What Are Python Wheels and Why Should You Care?
In this tutorial, you'll learn what Python wheels are and why you should care as both a developer and end user of Python...
Read more >How to install, download and build Python wheels - ActiveState
How to install, download and build Python wheels ... Try a faster and easier way to build Python from source code. Use Python...
Read more >Python Wheels
Wheels are the new standard of Python distribution and are intended to ... Allows better caching for testing and continuous integration.
Read more >Bundling binary tools in Python wheels
Bundling binary tools in Python wheels. I spotted a new (to me) pattern which I think is pretty interesting: projects are bundling compiled ......
Read more >Tips and tricks - cibuildwheel - Read the Docs
Linux wheels are built in manylinux / musllinux containers to provide binary compatible wheels on Linux, according to PEP 600 / PEP 656....
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
There seem to be no new issues introduced by the new wheelbuilder. Are you all ok with releasing 0.10.2?
Yes!