EDIT:
I was able to fix the issue by installing pipx, one of the scripts required it.
I’m trying to get the torizonIDE extension for VSCode to work on my Linux host machine. I followed the guide on my windows machine and was able to get it working, but on Linux it just keeps giving me this error each time I try to load the extension:
[11-20 10:35:14.348] Activating Torizon IDE ...
[11-20 10:35:14.348] Torizon IDE version :: 3.2.0
[11-20 10:35:14.586] Latest Torizon IDE published :: 3.2.102
[11-20 10:35:14.586] Telemetry is enabled
[11-20 10:35:14.586] Extension collects completely anonymous telemetry data about templates usage. Participation in this anonymous program is optional, and you may opt-out if you'd not like to share any information. Check: https://developer.toradex.com/torizon/application-development/ide-extension/reference-documentation/data-collection/#how-to-opt-in-or-out
[11-20 10:35:14.586] Telemetry allows us to accurately gauge templates usage. This data will help us to focus better on the most used templates, adding new features and putting effort in the right place.
[11-20 10:35:14.586] Resolving host IP address ...
[11-20 10:35:14.591] Host IP address OK
[11-20 10:35:14.591] Bash as default shell OK
[11-20 10:35:14.595] Docker installed OK
[11-20 10:35:14.606] Docker running OK
[11-20 10:35:14.646] Docker compose OK
[11-20 10:35:14.649] WARNING :: PowerShell Core is not installed.
[11-20 10:35:14.651] git OK
[11-20 10:35:14.654] dig OK
[11-20 10:35:14.656] ERROR :: avahi-resolve is not installed.
[11-20 10:35:20.945] git iputils-ping nmap avahi-utils file sshpass iproute2 bind9-dnsutils python3 python3-pip pipx installation OK
[11-20 10:35:20.946] Cloning project templates
[11-20 10:35:20.946] Templates repo: https://github.com/torizon/vscode-torizon-templates.git
[11-20 10:35:20.946] Templates tag/hash: v3.2.0
[11-20 10:35:20.951] Project templates clone of branch OK
[11-20 10:35:21.284] Project templates fetched OK
[11-20 10:35:21.289] Checkout templates repo to tag v3.2.0 OK
[11-20 10:35:21.641] Error trying to setup xonsh
[11-20 10:35:21.641] WARNING :: PowerShell is not installed, if you are using Torizon v6.x.x or templates from Torizon v6.x.x, PowerShell is required.
[11-20 10:35:21.642] ERROR :: Xonsh is not installed, Xonsh is required.
[11-20 10:35:21.643] Checking connected devices ...
[11-20 10:35:21.644] Scanning Torizon devices ...
[11-20 10:35:21.648] Debian bookworm packages list load OK
[11-20 10:35:21.648] ERROR :: Errors during the initialization of Torizon IDE Extension.
[11-20 10:35:21.648] HOUSTON WE HAVE A PROBLEM!
[11-20 10:35:21.648] PLEASE READ THE LOGS!
[11-20 10:35:21.648] ERROR :: Please share this log on https://community.toradex.com
I’m confused as to why its even mentioning PowerShell on linux. Does the extension think this is a windows machine?