-
Couldn't load subscription status.
- Fork 0
Open
Description
Hi,
I try to run Erys in Powershell on Windows, and it seems like it automatically appends unix style path to the python executable, which gives me a FileNotFoundError.
FileNotFoundError: [WinError 2]
We see why in the error output:
args = 'C:\\Users\\myuser\\sandbox\\testingerys\\.venv\\bin\\python -c "import importlib.util;
I see this happens in the following function:
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
so if this means its aware its on a windows computer, I guess you could change the expected path to the windows executable accordingly.
Metadata
Metadata
Assignees
Labels
No labels