You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "lhutton1 (via GitHub)" <gi...@apache.org> on 2023/07/18 15:08:15 UTC

[GitHub] [tvm] lhutton1 commented on pull request #15346: Fix Cython compile for v3.0.0 release

lhutton1 commented on PR #15346:
URL: https://github.com/apache/tvm/pull/15346#issuecomment-1640409277

   Windows and MacOS builds are failing as they use cython==0.29.28 which is not compatible with the new `noexcept` keyword. This functionality was added in 0.29.31 (https://github.com/cython/cython/blob/master/CHANGES.rst#02931-2022-07-27). We could either upgrade the Windows and MacOS builds to use a newer version of cython (I'm not too sure yet how to get later versions in conda), or we can constrain the version in main CI to <= 0.29.36.


-- 
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: commits-unsubscribe@tvm.apache.org

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