Occuring error when trying to install with setup.py (from source code) and tar file from pypi is not working #36420
Labels
Build
Library building on various platforms
Dependencies
Required and optional dependencies
Duplicate Report
Duplicate issue or pull request
[16/40] Cythonizing pandas_libs/reduction.pyx
Error compiling Cython file:
...
pandas_libs\reduction.pyx:318:16: Assignment to a read-only property
Error compiling Cython file:
...
pandas_libs\reduction.pyx:325:16: Assignment to a read-only property
Error compiling Cython file:
...
self.buf.shape[0] = end - start
pandas_libs\reduction.pyx:331:16: Assignment to a read-only property
Error compiling Cython file:
...
# move blocks
for i in range(self.nblocks):
arr = self.blocks[i]
pandas_libs\reduction.pyx:452:15: Assignment to a read-only property
Error compiling Cython file:
...
# reset blocks
for i in range(self.nblocks):
arr = self.blocks[i]
pandas_libs\reduction.pyx:472:15: Assignment to a read-only property
Traceback (most recent call last):
File "setup.py", line 791, in
setup_package()
File "setup.py", line 761, in setup_package
ext_modules=maybe_cythonize(extensions, compiler_directives=directives),
File "setup.py", line 540, in maybe_cythonize
return cythonize(extensions, *args, **kwargs)
File "D:\Pickle Examples\examples_aix\example_aix\lib\site-packages\Cython\Build\Dependencies.py", line 1110, in cythonize
cythonize_one(*args)
File "D:\Pickle Examples\examples_aix\example_aix\lib\site-packages\Cython\Build\Dependencies.py", line 1277, in cythonize_one
raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: pandas_libs/reduction.pyx
The text was updated successfully, but these errors were encountered: