apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators

Home Page:https://tvm.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Cilouche opened this issue · comments

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

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