PowerShell error when trying to install a software using Winget inside Python

54 Views Asked by At

Error When trying to install a software using PowerShell inside Python. with this command: "command = ["winget", "install", "-e", "--id", "VideoLAN.VLC"]"

I get this error: "Found an existing package already installed" the software was installed before and I removed it manually. the error appears only in the IDE, when running this command outside the IDE it's working.

tried to install the software.

0

There are 0 best solutions below