espressif / esp-dl

Espressif deep-learning library for AIoT applications
MIT License
549 stars 118 forks source link

custom model with TVM deployment error function 'TVMGetLastPythonError' not found (AIV-685) #157

Open Cilouche opened 6 months ago

Cilouche commented 6 months ago

Hi,

I'm trying to create a custom model for detection, I follow this tutorial https://docs.espressif.com/projects/esp-dl/en/latest/esp32s3/tutorials/deploying-models-through-tvm.html, I use conda under windows for a development environment, when I try to deploy my solution on an esp32s3 I encounter a problem with TVM, namely that I have performed all the installation steps the error below

image

Any suggestion please ?