mshr-h left a comment (apache/tvm#17861) +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/ ``` -- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm/issues/17861#issuecomment-2820669189 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm/issues/17861/2820669...@github.com>