tvm
tvm copied to clipboard
TVM deployment error function 'TVMGetLastPythonError' not found (AIV-685)
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
any suggestion please
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?