-
jemalloc version: **4.1.0**
Recently we started observing some rare deadlocks during our service startup. It happens on child processes after fork(). It seems similar to issue fixed in https://gith…
-
I noticed the following behavior when trying to compute the number of entries in an empty index:
```console
$ python
>>> from rtree.index import Index
>>> idx = Index(interleaved=True)
>>> idx.bo…
-
```
What steps will reproduce the problem?
1. Create a radix tree and
>>> import radix
>>> rtree = radix.Radix()
2. Populate it with a few nodes to illustrate the problem:
>>> rtree.add('0.0.0.0/0…
-
No errors during installation via `pip install aeronetlib/`. But then error fall down after trying to import aeronetlib:
```
from aeronet.converters.split import split
Traceback (most recent call…
TC406 updated
2 years ago
-
I am trying to do the following operations on an RTree so that I can use it as a set:
- Insert a point if not already present
- merge (union) two `RTree`s without duplicates
For the first operati…
-
I'm using Conda on Windows 10 and getting the following error on import (of geopandas)
`OSError: could not find or load spatialindex_c-64.dll`
The error originates from line 117 in core.py:
`…
-
```
What steps will reproduce the problem?
1. Create a radix tree and
>>> import radix
>>> rtree = radix.Radix()
2. Populate it with a few nodes to illustrate the problem:
>>> rtree.add('0.0.0.0/0…
-
-
Some deprecated dependencies (Fiona, RTree) are causing trouble when installing in newer versions of Python
-
```
What steps will reproduce the problem?
1. Create a radix tree and
>>> import radix
>>> rtree = radix.Radix()
2. Populate it with a few nodes to illustrate the problem:
>>> rtree.add('0.0.0.0/0…