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.

Test new binary wheels

See original GitHub issue

The 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.

@jorisvandenbossche @mwtoews @brendan-ward

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (16 by maintainers)

github_iconTop GitHub Comments

1reaction
caspervdwcommented, Aug 23, 2021

There seem to be no new issues introduced by the new wheelbuilder. Are you all ok with releasing 0.10.2?

0reactions
jorisvandenbosschecommented, Aug 23, 2021

Yes!

Read more comments on GitHub >

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

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