You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/07/18 17:36:43 UTC

[GitHub] [arrow] raulcd opened a new issue, #36756: [Python][CI] Pin cython less than 3.0 on verification script

raulcd opened a new issue, #36756:
URL: https://github.com/apache/arrow/issues/36756

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Currently some of our verification tasks are failing for 13.0.0 due to us installing cython from the verify script:
   ```
     maybe_setup_virtualenv cython numpy setuptools_scm setuptools || exit 1
   ```
   We did pin Cython<3 on other places here:
   https://github.com/apache/arrow/issues/36744
   And there is an issue opened to fix pyarrow to be compatible with Cython >= 3.0
   
   ### Component(s)
   
   Continuous Integration, Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche closed issue #36756: [Python][CI] Pin cython less than 3.0 on verification script

Posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org>.
jorisvandenbossche closed issue #36756: [Python][CI] Pin cython less than 3.0 on verification script
URL: https://github.com/apache/arrow/issues/36756


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org