Skip to content

Installation issue on Python 3.13 due to pyarrow #30

@LucZot

Description

@LucZot

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions