mshr-h commented on issue #17861: URL: https://github.com/apache/tvm/issues/17861#issuecomment-2820669189
+1 Checked: compilation and Python import fyi I use this snippet to compile and install python package. I required [uv](https://docs.astral.sh/uv/) from astra. ```bash # assume you are in the root of the tvm source directory uv venv source .venv/bin/activate uv pip install cmake ninja cython setuptools cmake -S . -B build -G Ninja cmake --build build uv pip install python/ ``` -- 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]
