Hi there 👋
First, thanks for all the great work on this project!
I tried installing on Python 3.13 and ran into this error while building pyarrow:
CMake Error at CMakeLists.txt:266 (find_package):
Could not find ArrowConfig.cmake
error: command '/usr/bin/cmake' failed with exit code 1
It looks like pyarrow doesn’t yet provide prebuilt wheels for Python 3.13, so it falls back to building from source.
Switching to Python 3.12 made the installation work perfectly. Perhaps the docs or requirements could note that Python 3.13 isn’t supported yet.
Thanks again!