Closed
Description
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