tlc-pack / tlcpack

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

Pin Cython version to fix Cython compilation #183

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 many of the changes for TLCPack installation, as we are seeing the same Cython errors when trying to use TLCPack Ubuntu Docker images.

tqchen commented 11 months ago

https://github.com/apache/tvm/pull/15469