Jonas Kittner

Results 46 comments of Jonas Kittner

I am not sure why you're encountering the error, but your re-installation command does not work because the branch does not exist anymore. Try this instead for the latest version...

you can imitate a right labelled behavior with: ```sql SELECT time_bucket('5 minutes', time - '1 second'::INTERVAL) + '5 minutes' AS five_min, avg(cpu) FROM metrics GROUP BY five_min ORDER BY five_min...

Hey 👋 - I also looked into this, especially 3.13 and numpy>=2 wheels. I changed a few things around and seemingly managed to build a working `cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl` wheel. I ran...

what version of python on what OS and architecture are you using?

Sounds good to me and makes sense. I think float64 is the default, since pyhton's builtin also has 64Bits. I am, however, still wondering why it can't allocate 10G of...