joosthooz commented on issue #34933:
URL: https://github.com/apache/arrow/issues/34933#issuecomment-1499147630

   Example of the errors: 
   ```
           -- Running cmake --build for PyArrow
           cmake --build . --config release -- -j4
           [  1%] Compiling Cython CXX source for lib...
           [  2%] Compiling Cython CXX source for _compute...
           [  4%] Compiling Cython CXX source for _feather...
           [  5%] Compiling Cython CXX source for _csv...
           
           Error compiling Cython file:
           ------------------------------------------------------------
           ...
           
           cdef extern from "Python.h":
               int PySlice_Check(object)
           
           
           cdef int check_status(const CStatus& status) except -1 nogil
                                                                 ^
           ------------------------------------------------------------
           
           pyarrow/lib.pxd:67:55: Syntax error in C variable declaration
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to