You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know any PyPy users. The good news is that rtree mostly works on PyPy! Adding it to the test CI would imply to fix this issue. Furthermore, I suspect there are some difficulties with NumPy on PyPy, required by the tests, as I've seen unknown segmentation faults from pytest. And NumPyPy isn't a drop-in replacement.
I'd be interested if this bug is an Rtree implementation error that PyPy has highlighted. But I haven't looked too deep.
As discovered here, there is one test failure with PyPy. The issue can be demonstrated in a local docker container:
The text was updated successfully, but these errors were encountered: