Hi. I am debugging a python code in vscode based on ubuntu system.
Ubuntu version in my computer is 22.04. I am using WSL.
I installed VPI 3, which is compatible with ubuntu 22.04.
However, when I ran a code, I got a error message " No module named ‘vpi’",
the project tell that we Install dependencies
sudo apt install libnvvpi1 python3-vpi1 vpi1-dev .
Because of compatibility with Graphics Card Specifications in my computer, vpi 1 is not available
now. How can I solve this problem?