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.
-- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/pull/15346#issuecomment-1640409277 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/pull/15346/c1640409...@github.com>