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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
