ehsanmok opened a new pull request, #13047: URL: https://github.com/apache/tvm/pull/13047
The current [build-environment.yaml](https://github.com/apache/tvm/blob/main/conda/build-environment.yaml) doesn't specify the python version for `tvm-build` conda environment and as a result, any python version might be selected depending on the available base conda. The specified version matches the rest of the doc that uses python3.8 [here](https://tvm.apache.org/docs/install/from_source.html#build-the-shared-library). In my case, the base conda is 3.10 so tvm won't work given [tvm is unsupported for python >= 3.9](https://github.com/apache/tvm/issues/8577). To validate run on `tvm-build` env ``` conda env update -f conda/build-environment.yaml ``` -- 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]
