Cython `v3.0.0` was recently released (https://github.com/cython/cython/releases/tag/3.0.0) and is used in newly built docker images. This causes a compilation issue since 3.0.0 expects function definitions to be explicitly declared with the `noexcept` annotation. This change should be backwards compatible to `v0.29.*`. For more details see the discussion here: https://github.com/scipy/scipy/issues/17234#issuecomment-1493423202. You can view, comment on, or merge this pull request online at:
https://github.com/apache/tvm/pull/15346 -- Commit Summary -- * Fix Cython compile for v3.0.0 release -- File Changes -- M python/tvm/_ffi/_cython/ndarray.pxi (2) -- Patch Links -- https://github.com/apache/tvm/pull/15346.patch https://github.com/apache/tvm/pull/15346.diff -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/15346 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/pull/15...@github.com>