This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Missing Python packages in example notebooks

Part Number: TDA4VM


trying to run /home/root/examples/jupyter_notebooks/custom-model-onnx.ipynb

The first cell fails because ipython is missing.

pip install ipython

now it fails because munkres is missing

pip install munkres

now it fails because something called edgeai_benchmark is missing