I am trying to setup a WSL x86 machine to test the VPI libraries. In setting this up the current version of Ubuntu that WSL installs is 24.04 which is fine but includes Python 3.12 by default. After getting everything else setup and installed only then I found that it appears the current python bindings for VPI are only for python 3.10. Is there anyway I can use the current bindings in Python 3.12 or has anyone updated or ported this to 3.12? Unfortunately I am not very experienced with Linux overall but believe this is my issue as when I try to “import vpi” in my python interpreter can seem to find the libraries.
Thanks