I am learning to create GUI interfaces using Qt designer and I am trying to convert my .ui file to a .py file. I have attempted to install pyside6 using pip3 install pyside6 - and pyside6 essentials in the power-shell on VSC. It still produces the same error.
I also installed QT for python as an extension on VSC but I am still unable to fix the issue of it not being recognised
I tried installing pyside through the powershell and the pyside essential package and that didnt fix it
I also installed Qt for python as stated above.
I figured it out. I installed the anaconda navigator and prompt, installed pip3 pyside6 and then opened VSC in the anaconda nav and the conversion worked as intended.
https://www.anaconda.com/download - the anaconda navigator download if anyone needs it.