Skip to content

BUILD: Unable to compile on Windows 10 with Python 3.10 #44136

Closed
@TimeHorse

Description

@TimeHorse

When downloading the tar ball and executing “py setup.py develop” most of the build succeeds until you ge to the step where it tries to build pandas._libs.indexing, because indexing.c is not in the _libs directory, the build fails with the following error:

Exception: Cython-generated file ‘pandas_lib/indexing.c’ not found.
Cython is required to compile pandas from a development branch.
Please install Cython or download a release package of pandas.

For the record, there is no official release of Pandas for Python 3.10 on Windows or Macintosh, only Linux.

cython is installed:

py -c “import cython; print(cython.version)”
0.29.24

Metadata

Metadata

Assignees

No one assigned

    Labels

    AdminAdministrative tasks related to the pandas projectBuildLibrary building on various platformsOS XRelated to Mac OS & hardware issues (M1)Python 3.10WindowsWindows OS

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions