Import error of vpi library

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?

Hi,

Is your device a WSL-based x86 system?
Or a Jetson device but just setup with a WSL host.

Thanks.

my device is a WSl-based x86 system.

Thanks.

Hi. My device is WSL-device is a WSL-Bases x86 system.

Thank you for your instant reply.

Ahn, Joong hyun.

Hi,

VPI is available for linux-x86_64 and Jetson.
It doesn’t support WSL system.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.