Closed nicholas-a-guerra closed 1 week ago
It seems like it's attempting to rebuild from source and failing. It should be just using the pre-built binaries. I.e. one of these: https://pypi.org/project/questdb/#files
What OS / architecture are you on? What exact Python version are you running?
I've split this issue into two:
Python 3.12.2 Raspberry Pi OS on a CM4
I can get the exact os details if needed
Latest release supports ARM-64 bit Linux.
When trying to install the questdb client using pip, it fails when using 3.12. It fails with both
pip install questdb
and withpip install questdb[dataframe]
. Seems to be something related todataframe.pxi
.Python version: 3.12.2 Pip version: 24.0