tlc-pack / tlcpack

https://tlcpack.ai/
Apache License 2.0
23 stars 30 forks source link

[CI] Pin Cython version to fix Cython compilation #181

Closed Liam-Sturge closed 11 months ago

Liam-Sturge commented 11 months ago

Cython 3.0.0 was recently released, but it is incompatible with the current .pxi definitions in python/tvm/_ffi/_cpython.

Cython has been pinned for TVM in PR: 15353 until a working fix is created. This patch replicates the changes for tlcpack installation, as we are seeing the same Cython errors when trying to use tlcpack Ubuntu Docker images.

cc @leandron @areusch @konturn @Mousius @lhutton1 @tqchen

Liam-Sturge commented 11 months ago

Closing this PR as another has been raised in its place that doesn't exceed the scope of the patch and try to fix other CI issues too.