tvm icon indicating copy to clipboard operation
tvm copied to clipboard

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

Open Cilouche opened this issue 1 year ago • 1 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

Cilouche avatar Mar 19 '24 11:03 Cilouche

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?

Lunderberg avatar Apr 27 '24 14:04 Lunderberg