I recently started to evaluate all of my packages to see if they could run on the official Python UWP (Microsoft Store) package and I was unable to get the wssh command to run by either calling it directly by wssh on the command line or by using the python -m wssh and python -m webssh commands.
Other commands/packages like live-server work in the UWP environment but wssh does not.
I think it is because the execution command and the package name differ but I have not investigated it too much.
Hi Team,
I recently started to evaluate all of my packages to see if they could run on the official Python UWP (Microsoft Store) package and I was unable to get the wssh command to run by either calling it directly by
wssh
on the command line or by using thepython -m wssh
andpython -m webssh
commands.Other commands/packages like
live-server
work in the UWP environment butwssh
does not. I think it is because the execution command and the package name differ but I have not investigated it too much.Docs on the UWP python package: https://docs.python.org/3/using/windows.html#the-microsoft-store-package
Microsoft Store Link: https://www.microsoft.com/en-us/p/python-38/9mssztt1n39l
Thanks!