Error when using a platform tag

Great thanks for confirming @epicvu.

For WSL – I see that you system is compatible with manylinux not musllinux. So if you want to download SDV Enterprise software to be installed/used that WSL environment, I would recommend using the manylinux_2_17_x86_64 platform tag (this is one of your supported tags).

sdv-installer download --folder sdv_folder/ --python-version 311 --platform manylinux_2_17_x86_64

I understand though that you may still encounter the blankspace issue, which we are actively investigating in this thread. But at least this would help with the platform issue.

(FYI we will also be improving the docs to better clarify the platform tags that we use.)