Skip to content

BUG: error in reduction.pyx file while building pandas from source with setup.py file #35817

Closed
@akshaymanu007

Description

@akshaymanu007

I am compiling pandas1.10 from source with the help of setup.py

It is showing me following error in reduction.pyx file

    self.orig_data = self.buf.data
    self.orig_len = self.buf.shape[0]
    self.orig_stride = self.buf.strides[0]

    self.buf.data = self.values.data
           ^

pandas/_libs/reduction.pyx:313:16: Assignment to a read-only property

Error compiling Cython file:

enviornment : Linux opensuze
python version : 3.7.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions