[*] Probing the Linux subsystem...
Traceback (most recent call last):
File "install.py", line 48, in <module>
basedir, lxpath = probe_wsl()
File "/mnt/c/Windows/System32/WSL-Distribution-Switcher/utils.py", line 185, in probe_wsl
basedir = os.path.join(os.getenv('LocalAppData'), 'lxss')
File "/usr/lib/python3.5/posixpath.py", line 89, in join
genericpath._check_arg_types('join', a, *p)
File "/usr/lib/python3.5/genericpath.py", line 143, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'