Skip to content

Unable to select the python interpreter if Command prompt is not supported #17848

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
gonghenghai opened this issue Oct 26, 2021 · 13 comments
Closed
Assignees
Labels
area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster investigating We are looking into the cause of the issue

Comments

@gonghenghai
Copy link

Environment data

  • VS Code version: 1.61.2
  • Extension version (available under the Extensions sidebar): v2021.10.1365161279
  • OS and version: Win10
  • Python version (& distribution if applicable, e.g. Anaconda): 3.9
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv

Expected behaviour

Select the python interpreter as usual.

Actual behaviour

Unable Select the python interpreter. In the Python channel in the OUTPUT panel, I can get these errors:

Error 2021-10-26 14:27:05: Refresh should have already been triggered when activating discovery component
> C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\aaa\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\bbb\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\ccc\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\env01\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\py39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Error 2021-10-26 14:27:06: Refresh should have already been triggered when activating discovery component
> C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\aaa\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\bbb\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\ccc\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\env01\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\py39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py

Screenshot (60)

@gonghenghai gonghenghai added bug Issue identified by VS Code Team member as probable bug triage-needed Needs assignment to the proper sub-team labels Oct 26, 2021
@gonghenghai
Copy link
Author

gonghenghai commented Oct 26, 2021

I have tried these methods but still do not work:

  1. Reinstall the python extension(delete the extension folder under .vscode/extensions folder)
  2. Install the different versions of the python extension.
  3. Reinstall VSCode.
  4. Delete all the folders and files under \AppData\Roaming\Code folder.
  5. Disable all the extensions just enable the Python extension.
  6. Delete settings.json file both of Workspace and User.
  7. Toggle Developer Tools, with nothing in the Console.
  8. Restart the computer.

The only thing I can get is just the errors in the Python channel under OUTPUT panel. It keeps outputting the same errors looks like it can discover the python interpreter paths but it can not list them in the Command Palette.

@gonghenghai
Copy link
Author

I am urgent need your help, thanks a lot.

@karrtikr
Copy link

Please set python.logging.level to info in User settings and provide the following.

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

XXX

Also, can you try running those commands in terminal after replacing '~' with path to your home directory and send the output?

@gonghenghai
Copy link
Author

Thanks for your response.

That's no difference in the outputs after I change the log level to info.

And the paths of python is exist:

Screenshot (61)

@gonghenghai
Copy link
Author

And you can find, it can activate the python environment in the terminal, while it can not list the python interpreters in the Command Palette.
Screenshot (63)

@gonghenghai
Copy link
Author

And I can not use cmd now, maybe this has some relationship to this.
Screenshot (64)

@gonghenghai
Copy link
Author

Screenshot (65)

Screenshot (66)

@karrtikr
Copy link

Note you also need to reload the window after adding the logging setting, I think you probably missed that.

@gonghenghai
Copy link
Author

Yeah, you are right:

Error 2021-10-26 17:07:15: Refresh should have already been triggered when activating discovery component
Info 2021-10-26 17:07:15: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-10-26 17:07:15: Searching for conda.
Info 2021-10-26 17:07:15: Searching for conda environments using C:\Users\Administrator\anaconda3\Scripts\conda.exe
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > ~\anaconda3\Scripts\conda.exe info --json
> ~\anaconda3\Scripts\conda.exe info --json
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:15: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at processTicksAndRejections (internal/process/task_queues.js:93:5)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:15: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at processTicksAndRejections (internal/process/task_queues.js:93:5)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}

Screenshot (67)

@gonghenghai
Copy link
Author

Error 2021-10-26 17:07:15: Refresh should have already been triggered when activating discovery component
Info 2021-10-26 17:07:15: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-10-26 17:07:15: Searching for conda.
Info 2021-10-26 17:07:15: Searching for conda environments using C:\Users\Administrator\anaconda3\Scripts\conda.exe
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > ~\anaconda3\Scripts\conda.exe info --json
> ~\anaconda3\Scripts\conda.exe info --json
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:15: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at processTicksAndRejections (internal/process/task_queues.js:93:5)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:15: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at processTicksAndRejections (internal/process/task_queues.js:93:5)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:15: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:15: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:15: > ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:15: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:15: Searching for workspace virtual envs in: d:\workPlace\pythontest3.9
Info 2021-10-26 17:07:15: Searching for poetry virtual envs in: d:\workPlace\pythontest3.9\.venv
Info 2021-10-26 17:07:16: Searching for custom virtual envs in: .
Info 2021-10-26 17:07:16: Poetry Virtual Environment: [added] d:\workPlace\pythontest3.9\.venv\Scripts\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Workspace Virtual Environment: [added] d:\workPlace\pythontest3.9\.venv\Scripts\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: conda info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\Administrator\\anaconda3\\etc\\conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://repo.anaconda.com/pkgs/main/win-64",
    "https://repo.anaconda.com/pkgs/main/noarch",
    "https://repo.anaconda.com/pkgs/r/win-64",
    "https://repo.anaconda.com/pkgs/r/noarch",
    "https://repo.anaconda.com/pkgs/msys2/win-64",
    "https://repo.anaconda.com/pkgs/msys2/noarch"
  ],
  "conda_build_version": "3.21.4",
  "conda_env_version": "4.10.3",
  "conda_location": "C:\\Users\\Administrator\\anaconda3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\Administrator\\anaconda3",
  "conda_private": false,
  "conda_shlvl": -1,
  "conda_version": "4.10.3",
  "config_files": [],
  "default_prefix": "C:\\Users\\Administrator\\anaconda3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\Administrator\\anaconda3",
    "CURL_CA_BUNDLE": "<not set>",
    "HOMEPATH": "\\Users\\Administrator",
    "MYDESTPATH": "C:\\Temp",
    "MYSOURCEPATH": "\\\\ws-file\\Public\\MDE\\MDEDeploy",
    "PATH": "C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;D:\\workSoft\\apache-maven-3.6.3\\bin;D:\\workSoft\\mysql-8.0.19-winx64\\bin;C:\\Program Files\\dotnet\\;D:\\workSoft\\MuEditor\\bin;D:\\workSoft\\JDK8\\bin;D:\\workSoft\\JDK11\\bin;D:\\workSoft\\Git\\cmd;D:\\workSoft\\NodeJS\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Program Files (x86)\\dotnet\\;D:\\workSoft\\kotlin-native-windows-1.4.31\\bin;D:\\workSoft\\kotlin-compiler-1.4.31\\kotlinc\\bin;C:\\Program Files (x86)\\Google\\Chrome\\Application;C:\\Program Files\\MiKTeX\\miktex\\bin\\x64\\;C:\\Users\\Administrator\\.poetry\\bin;C:\\Users\\Administrator\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\Administrator\\.poetry\\bin;C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python39;C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python39\\Scripts;C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python37;C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python37\\Scripts;C:\\Program Files\\MiKTeX\\miktex\\bin\\x64\\;C:\\Users\\Administrator\\AppData\\Local\\Programs\\Hyper\\resources\\bin;C:\\Users\\Administrator\\AppData\\Local\\Programs\\Microsoft VS Code\\bin",
    "PSMODULEPATH": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\WINDOWS\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "PYTHONIOENCODING": "utf-8",
    "PYTHONUNBUFFERED": "1",
    "REQUESTS_CA_BUNDLE": "<not set>",
    "SSL_CERT_FILE": "<not set>",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\Administrator\\AppData\\Roaming\\Code\\CachedData\\6cba118ac49a1b88332f312a8f67186f7f3c1643"
  },
  "envs": [
    "C:\\Users\\Administrator\\anaconda3",
    "C:\\Users\\Administrator\\anaconda3\\envs\\aaa",
    "C:\\Users\\Administrator\\anaconda3\\envs\\bbb",
    "C:\\Users\\Administrator\\anaconda3\\envs\\ccc",
    "C:\\Users\\Administrator\\anaconda3\\envs\\ddd",
    "C:\\Users\\Administrator\\anaconda3\\envs\\env01",
    "C:\\Users\\Administrator\\anaconda3\\envs\\py39"
  ],
  "envs_dirs": [
    "C:\\Users\\Administrator\\anaconda3\\envs",
    "C:\\Users\\Administrator\\.conda\\envs",
    "C:\\Users\\Administrator\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\Administrator\\anaconda3\\pkgs",
    "C:\\Users\\Administrator\\.conda\\pkgs",
    "C:\\Users\\Administrator\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.8.8.final.0",
  "rc_path": "C:\\Users\\Administrator\\.condarc",
  "requests_version": "2.25.1",
  "root_prefix": "C:\\Users\\Administrator\\anaconda3",
  "root_writable": true,
  "site_dirs": [
    "C:\\Users\\Administrator\\AppData\\Roaming\\Python\\Python37",
    "C:\\Users\\Administrator\\AppData\\Roaming\\Python\\Python39",
    "C:\\Users\\Administrator\\AppData\\Roaming\\Python\\share"
  ],
  "sys.executable": "C:\\Users\\Administrator\\anaconda3\\python.exe",
  "sys.prefix": "C:\\Users\\Administrator\\anaconda3",
  "sys.version": "3.8.8 (default, Apr 13 2021, 15:08:03) [MSC v.1916 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\Administrator\\anaconda3\\.condarc",
  "user_agent": "conda/4.10.3 requests/2.25.1 CPython/3.8.8 Windows/10 Windows/10.0.19041",
  "user_rc_path": "C:\\Users\\Administrator\\.condarc",
  "virtual_pkgs": [
    [
      "__win",
      "0",
      "0"
    ],
    [
      "__archspec",
      "1",
      "x86_64"
    ]
  ]
}

Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\python.exe
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\aaa\python.exe
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\bbb\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\aaa\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\aaa\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\ccc\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\bbb\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\bbb\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\env01\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\ccc\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\ccc\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\py39\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\env01\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\env01\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\py39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\py39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Error 2021-10-26 17:07:16: Refresh should have already been triggered when activating discovery component
Info 2021-10-26 17:07:16: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Searching for conda environments using C:\Users\Administrator\anaconda3\Scripts\conda.exe
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Searching for workspace virtual envs in: d:\workPlace\pythontest3.9
Info 2021-10-26 17:07:16: Searching for poetry virtual envs in: d:\workPlace\pythontest3.9\.venv
Info 2021-10-26 17:07:16: Searching for custom virtual envs in: .
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\python.exe
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Poetry Virtual Environment: [added] d:\workPlace\pythontest3.9\.venv\Scripts\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\aaa\python.exe
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\bbb\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\aaa\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\aaa\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\ccc\python.exe
Info 2021-10-26 17:07:16: Workspace Virtual Environment: [added] d:\workPlace\pythontest3.9\.venv\Scripts\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\bbb\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\bbb\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\env01\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> d:\workPlace\pythontest3.9\.venv\Scripts\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\ccc\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\ccc\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Found conda environment: C:\Users\Administrator\anaconda3\envs\py39\python.exe
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\env01\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\env01\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\envs\py39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\envs\py39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined
Error 2021-10-26 17:07:16: Refresh should have already been triggered when activating discovery component
Info 2021-10-26 17:07:16: Display locator refreshing progress, Class name = g, completed in 1ms, has a falsy return value, , Return Value: undefined
Info 2021-10-26 17:07:16: Searching for conda.
Info 2021-10-26 17:07:16: Searching for conda environments using C:\Users\Administrator\anaconda3\Scripts\conda.exe
Info 2021-10-26 17:07:16: Cached data exists KeyPrefix=Cache_Method_Output_m.getEnvList-Args=
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\anaconda3\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python39\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}
Info 2021-10-26 17:07:16: Cached data exists getEnvironmentVariables, <No Resource>
Info 2021-10-26 17:07:16: > ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
> ~\AppData\Local\Programs\Python\Python37\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py
Info 2021-10-26 17:07:16: [Error: spawn UNKNOWN
	at ChildProcess.spawn (internal/child_process.js:403:11)
	at spawn (child_process.js:562:9)
	at Object.execFile (child_process.js:246:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2242)
	at Object.exec (child_process.js:167:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12288)
	at c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36612
	at new Promise (<anonymous>)
	at Object.t.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:17:36582)
	at o.shellExec (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:31394)
	at Object.t.shellExecute (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:1:57687)
	at async Object.t.getInterpreterInfo (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:31448)
	at async c.l [as workerFunc] (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:37:4671)
	at async start (c:\Users\Administrator\.vscode\extensions\ms-python.python-2021.10.1365161279\out\client\extension.js:78:29306)] {
  errno: -4094,
  code: 'UNKNOWN',
  syscall: 'spawn'
}

@karthiknadig karthiknadig added area-environments Features relating to handling interpreter environments triage and removed triage-needed Needs assignment to the proper sub-team labels Oct 26, 2021
@karrtikr karrtikr added investigating We are looking into the cause of the issue and removed triage labels Oct 26, 2021
@karrtikr
Copy link

karrtikr commented Oct 26, 2021

I'm afraid this is it: #17848 (comment). It's crucial that cmd is supported on Windows for linting, selection, formatting and other operations to work, I'll prepare a extension for you bypassing the selection check soon for you to try, but otherwise there's not much we can do atm. You'll need to contact your admin to give you the access, they should give you that given you can already run scripts via powershell.

Also can you run the following command in terminal and report me the output as I asked here #17848 (comment)

C:\Python38\python.exe ~\.vscode\extensions\ms-python.python-2021.10.1365161279\pythonFiles\interpreterInfo.py

@karrtikr karrtikr added the info-needed Issue requires more information from poster label Oct 26, 2021
@karrtikr karrtikr changed the title Unable to select the python interpreter Unable to select the python interpreter if Command prompt is not supported Oct 26, 2021
@karrtikr
Copy link

Try the following VSIX: https://github.com/microsoft/vscode-python/suites/4168736125/artifacts/107172102. Use Extension: Install from VSIX command to install it, reload window.

@gonghenghai
Copy link
Author

Thank you so much!!!! you are perfect!!! genius!!! and god bless you!!! I feel like the sky is brightening up....

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-environments Features relating to handling interpreter environments bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster investigating We are looking into the cause of the issue
Projects
None yet
Development

No branches or pull requests

3 participants