apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.75k stars 3.47k forks source link

TVM deployment error function 'TVMGetLastPythonError' not found (AIV-685) #16743

Open Cilouche opened 7 months ago

Cilouche commented 7 months ago

Hi

I use conda under windows for a development environment, I encounter a problem with TVM, namely that I have performed all the installation steps the error below

image

any suggestion please

Lunderberg commented 6 months ago

Hmm. I added the TVMGetLastPythonError function in https://github.com/apache/tvm/pull/15596 (commit d5a4f66), with a Windows-specific fix applied in https://github.com/apache/tvm/pull/15970 (commit de56d8c). Is there any chance that your most recent compile of TVM occurred between those two commits?