Closed macintacos closed 2 years ago
In case it's needed, my settings for Python are:
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.typeCheckingMode": "basic",
"python.formatting.blackPath": "black",
"python.formatting.provider": "black",
"python.languageServer": "Pylance",
"python.linting.mypyArgs": [
"--follow-imports=silent",
"--ignore-missing-imports",
"--show-column-numbers",
"--no-pretty"
],
"python.linting.pydocstyleArgs": ["--convention=google"],
"python.linting.pydocstyleEnabled": true,
"python.linting.pylintArgs": [],
"python.linting.pylintEnabled": true,
"python.poetryPath": "/Users/macinburrito/.local/bin/poetry",
Another bit of info - when I go to select the interpreter manually, nothing happens. I navigate to the proper path where the poetry virtual environment is located, select the interpreter there, and it doesn't get used.
Hi @macintacos, thanks for reaching out.
I almost entirely work with just Poetry projects, so there should be at least something like 7 or 8 environments for Poetry listed there, but they are not.
That's intentional, as only poetry environments related to the project or created for the project (workspace) are shown.
@karrtikr thats interesting, I didn't realize that - I guess that makes sense.
This still doesn't explain why I can't see the poetry environment in the example I showed where I know there is one available, or why picking a interpreter explicitly isn't working in that project.
Sure, please provide the logs for that particular workspace and we can figure out why it didn't show up.
Set python.logging.level to debug in User settings, and use 'Python: Clear cache and reload' before capturing the logs.
log.txt log2.txt Hello, I also have the same problem, the poetry environment is not displayed. Here is my log, hope it helps.
Here is the output of poetry env info
:
Virtualenv Python: 3.11.0 Implementation: CPython Path: /home/hikari/.cache/pypoetry/virtualenvs/python-hello-TyIfgJpj-py3.11 Executable: /home/hikari/.cache/pypoetry/virtualenvs/python-hello-TyIfgJpj-py3.11/bin/python Valid: True System Platform: linux OS: posix Python: 3.11.0 Path: /home/hikari/.pyenv/versions/3.11.0 Executable: /home/hikari/.pyenv/versions/3.11.0/bin/python3.11
Here is the environment info provided by vscode:
I try previous versions, until v2022.14.0, this version can find poetry environment. I have collected logs on this version, hope it helps. log3.txt
I can confirm that in the recent versions (v2022.17.1 and v2022.17.0) of the extension poetry env does not get picked up.
Yeah I think that it only applies to new projects, which I guess makes sense. VSCode can see environments for projects that I've used in the past somehow.
Here are debug logs from a project VSCode can't see the Poetry environment for, as requested:
[DEBUG 2022-9-31 11:17:26.5]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.6]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.7]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.7]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.8]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.8]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.10]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.10]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.10]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.10]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.27]: Waiting for test server to start...
LSP Notebooks experiment is enabled
LSP Notebooks interactive window support is enabled
[INFO 2022-9-31 11:17:26.29]: [
'Display locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2022-9-31 11:17:26.31]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.31]: Searching for conda.
[DEBUG 2022-9-31 11:17:26.32]: Probing conda binary: conda
[DEBUG 2022-9-31 11:17:26.35]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.35]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.35]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.36]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectionInterpretersQueried-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.37]: Test server started.
[DEBUG 2022-9-31 11:17:26.37]: Testing: Setting up watcher for /Users/macinburrito/GitLocal/Work/trapper
> conda info --json
[DEBUG 2022-9-31 11:17:26.41]: Failed to spawn conda binary conda Error: spawn conda ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn conda',
path: 'conda',
spawnargs: [ 'info', '--json' ]
}
[DEBUG 2022-9-31 11:17:26.42]: Searching for workspace virtual envs in: /Users/macinburrito/GitLocal/Work/trapper
[DEBUG 2022-9-31 11:17:26.48]: Probing conda binary: /Users/macinburrito/.conda/bin/conda
[DEBUG 2022-9-31 11:17:26.49]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.conda/bin/conda info --json
[DEBUG 2022-9-31 11:17:26.49]: Failed to spawn conda binary /Users/macinburrito/.conda/bin/conda Error: spawn /Users/macinburrito/.conda/bin/conda ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
at onErrorNT (node:internal/child_process:478:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -2,
code: 'ENOENT',
syscall: 'spawn /Users/macinburrito/.conda/bin/conda',
path: '/Users/macinburrito/.conda/bin/conda',
spawnargs: [ 'info', '--json' ]
}
[DEBUG 2022-9-31 11:17:26.49]: Probing conda binary: /Users/macinburrito/.miniconda3/bin/conda
[DEBUG 2022-9-31 11:17:26.49]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.miniconda3/bin/conda info --json
[INFO 2022-9-31 11:17:26.51]: Found: /usr/bin/python3 --> /usr/bin/python3
[DEBUG 2022-9-31 11:17:26.55]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.55]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.56]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.10.1/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[INFO 2022-9-31 11:17:26.59]: Found: /usr/local/bin/python3 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
[INFO 2022-9-31 11:17:26.62]: Found: /usr/local/bin/python3.8 --> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8
[DEBUG 2022-9-31 11:17:26.64]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.64]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.82]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.10.2/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.86]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.86]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.87]: Found: /opt/homebrew/bin/python3 --> /opt/homebrew/Cellar/python@3.10/3.10.6_2/Frameworks/Python.framework/Versions/3.10/bin/python3.10
[INFO 2022-9-31 11:17:26.88]: Found: /opt/homebrew/bin/python3.10 --> /opt/homebrew/Cellar/python@3.10/3.10.6_2/Frameworks/Python.framework/Versions/3.10/bin/python3.10
[INFO 2022-9-31 11:17:26.88]: Found: /opt/homebrew/bin/python3.8 --> /opt/homebrew/Cellar/python@3.8/3.8.14/Frameworks/Python.framework/Versions/3.8/bin/python3.8
[DEBUG 2022-9-31 11:17:26.88]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.88]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.89]: Found: /opt/homebrew/bin/python3.9 --> /opt/homebrew/Cellar/python@3.9/3.9.14/Frameworks/Python.framework/Versions/3.9/bin/python3.9
[DEBUG 2022-9-31 11:17:26.90]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.90]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.92]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.92]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.93]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.10.1/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.94]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.10.5/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.95]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.95]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.98]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.98]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.100]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.100]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.102]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.102]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.106]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.106]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.108]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.108]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.113]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.113]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.117]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.117]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.121]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.121]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.124]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.10.2/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.124]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.10.6/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.125]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.125]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.133]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.10.5/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.133]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.10.7/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.135]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.135]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.151]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.10.6/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.151]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.8.10/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.152]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.152]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.167]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.10.7/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.168]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.8.13/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.169]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.169]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.289]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.8.10/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.290]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.9.10/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.291]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.291]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.291]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.8.13/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.292]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.pyenv/versions/3.9.14/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.293]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.293]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.348]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.9.10/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.348]: Cached data exists getEnvironmentVariables, <No Resource>
> /usr/bin/python3 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.349]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.349]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.350]: Found interpreter for /Users/macinburrito/.pyenv/versions/3.9.14/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.350]: Cached data exists getEnvironmentVariables, <No Resource>
> /usr/local/bin/python3 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.351]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.351]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.388]: Found interpreter for /usr/local/bin/python3,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.388]: Cached data exists getEnvironmentVariables, <No Resource>
> /opt/homebrew/bin/python3 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.389]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.389]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.445]: Found interpreter for /opt/homebrew/bin/python3,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.445]: Cached data exists getEnvironmentVariables, <No Resource>
> /opt/homebrew/bin/python3.8 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.446]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.446]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.447]: Found interpreter for /usr/bin/python3,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.447]: Cached data exists getEnvironmentVariables, <No Resource>
> /opt/homebrew/bin/python3.9 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.447]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.447]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.591]: conda info --json: {
"GID": 20,
"UID": 502,
"active_prefix": null,
"active_prefix_name": null,
"av_data_dir": "/Users/macinburrito/.miniconda3/etc/conda",
"av_metadata_url_base": null,
"channels": [
"https://repo.anaconda.com/pkgs/main/osx-arm64",
"https://repo.anaconda.com/pkgs/main/noarch",
"https://repo.anaconda.com/pkgs/r/osx-arm64",
"https://repo.anaconda.com/pkgs/r/noarch"
],
"conda_build_version": "not installed",
"conda_env_version": "4.12.0",
"conda_location": "/Users/macinburrito/.miniconda3/lib/python3.9/site-packages/conda",
"conda_prefix": "/Users/macinburrito/.miniconda3",
"conda_private": false,
"conda_shlvl": -1,
"conda_version": "4.12.0",
"config_files": [],
"default_prefix": "/Users/macinburrito/.miniconda3",
"env_vars": {
"CIO_TEST": "<not set>",
"CONDA_ROOT": "/Users/macinburrito/.miniconda3",
"CURL_CA_BUNDLE": "<not set>",
"GOPATH": "/Users/macinburrito/GoWorkspace",
"INFOPATH": "/opt/homebrew/share/info:",
"MANPATH": "/opt/homebrew/share/man:",
"PATH": "/Users/macinburrito/.n/bin:/Users/macinburrito/.fig/bin:/opt/homebrew/bin:/Users/macinburrito/.local/bin:/opt/homebrew/opt/gnu-sed/libexec/gnubin:/opt/homebrew/opt/coreutils/libexec/gnubin:/opt/homebrew/opt/grep/libexec/gnubin:/opt/homebrew/opt/make/libexec/gnubin:/opt/homebrew/opt/openssl@3/bin:/Users/macinburrito/GitLocal/Play/dotfiles/shell/scripts/python:/Users/macinburrito/.pyenv/bin:/Users/macinburrito/GoWorkspace/bin:/Users/macinburrito/.krew/bin:/Users/macinburrito/.cargo/bin:/Users/macinburrito/GitLocal/Work/ops-tools/scripts/python/sshnds:/Users/macinburrito/GitLocal/Work/ops-tools/scripts/python/sshnds/bin:/Users/macinburrito/MongoDB/bin:/Users/macinburrito/MongoDB/coe-tooling:/Applications/CMake.app/Contents/bin:/Users/macinburrito/GitLocal/Play/dotfiles/shell/tools/python:/opt/homebrew/opt/findutils/libexec/gnubin:/Users/macinburrito/.pyenv/shims:/opt/homebrew/sbin:/Users/macinburrito/.asdf/shims:/opt/homebrew/opt/asdf/libexec/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Library/Apple/usr/bin:/usr/local/MacGPG2/bin:/Users/macinburrito/.local/bin",
"PYTHONIOENCODING": "utf-8",
"PYTHONUNBUFFERED": "1",
"REQUESTS_CA_BUNDLE": "<not set>",
"SSL_CERT_FILE": "<not set>",
"VSCODE_CODE_CACHE_PATH": "/Users/macinburrito/Library/Application Support/Code/CachedData/d045a5eda657f4d7b676dedbfa7aab8207f8a075",
"fisher_path": "/Users/macinburrito/GitLocal/Play/dotfiles/shell/fish"
},
"envs": [
"/Users/macinburrito/.miniconda3",
"/Users/macinburrito/.miniconda3/envs/ldm"
],
"envs_dirs": [
"/Users/macinburrito/.miniconda3/envs",
"/Users/macinburrito/.conda/envs"
],
"netrc_file": "/Users/macinburrito/.netrc",
"offline": false,
"pkgs_dirs": [
"/Users/macinburrito/.miniconda3/pkgs",
"/Users/macinburrito/.conda/pkgs"
],
"platform": "osx-arm64",
"python_version": "3.9.12.final.0",
"rc_path": "/Users/macinburrito/.condarc",
"requests_version": "2.27.1",
"root_prefix": "/Users/macinburrito/.miniconda3",
"root_writable": true,
"site_dirs": [
"~/.local/lib/python3.10"
],
"sys.executable": "/Users/macinburrito/.miniconda3/bin/python",
"sys.prefix": "/Users/macinburrito/.miniconda3",
"sys.version": "3.9.12 (main, Apr 5 2022, 01:52:34) \n[Clang 12.0.0 ]",
"sys_rc_path": "/Users/macinburrito/.miniconda3/.condarc",
"user_agent": "conda/4.12.0 requests/2.27.1 CPython/3.9.12 Darwin/21.6.0 OSX/12.6",
"user_rc_path": "/Users/macinburrito/.condarc",
"virtual_pkgs": [
[
"__osx",
"12.6",
"0"
],
[
"__unix",
"0",
"0"
],
[
"__archspec",
"1",
"arm64"
]
]
}
[DEBUG 2022-9-31 11:17:26.592]: Found conda via filesystem probing: /Users/macinburrito/.miniconda3/bin/conda
[DEBUG 2022-9-31 11:17:26.592]: Searching for conda environments using /Users/macinburrito/.miniconda3/bin/conda
[DEBUG 2022-9-31 11:17:26.592]: Cached data exists KeyPrefix=Cache_Method_Output_y.getInfoImpl-Args="/Users/macinburrito/.miniconda3/bin/conda"
[DEBUG 2022-9-31 11:17:26.592]: Looking into conda env for executable: {"prefix":"/Users/macinburrito/.miniconda3","name":"base"}
[DEBUG 2022-9-31 11:17:26.592]: Found executable within conda env {"prefix":"/Users/macinburrito/.miniconda3","name":"base"}
[DEBUG 2022-9-31 11:17:26.592]: Found conda executable: /Users/macinburrito/.miniconda3/bin/python
[DEBUG 2022-9-31 11:17:26.592]: Looking into conda env for executable: {"prefix":"/Users/macinburrito/.miniconda3/envs/ldm","name":"ldm"}
[INFO 2022-9-31 11:17:26.592]: Found interpreter for /opt/homebrew/bin/python3.8,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.592]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.592]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.593]: Found interpreter for /opt/homebrew/bin/python3.9,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.593]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.593]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.593]: Found executable within conda env {"prefix":"/Users/macinburrito/.miniconda3/envs/ldm","name":"ldm"}
[DEBUG 2022-9-31 11:17:26.593]: Found conda executable: /Users/macinburrito/.miniconda3/envs/ldm/bin/python
[DEBUG 2022-9-31 11:17:26.595]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.595]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.596]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.miniconda3/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.597]: Cached data exists KeyPrefix=Cache_Method_Output_y.getEnvList-Args=true
[INFO 2022-9-31 11:17:26.667]: Found interpreter for /Users/macinburrito/.miniconda3/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.667]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.667]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.672]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.672]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.673]: Cached data exists getEnvironmentVariables, <No Resource>
> ~/.miniconda3/envs/ldm/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[INFO 2022-9-31 11:17:26.755]: Found interpreter for /Users/macinburrito/.miniconda3/envs/ldm/bin/python,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py,/Users/macinburrito/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py
[DEBUG 2022-9-31 11:17:26.755]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.755]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[INFO 2022-9-31 11:17:26.757]: Environments added to cache [{"name":"3.10.1","location":"/Users/macinburrito/.pyenv/versions/3.10.1","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.10.1/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.10.1","ctime":1646686019374,"mtime":1646686019374},"display":"Python 3.10.1 64-bit ('3.10.1')","version":{"major":3,"minor":10,"micro":1,"release":{"level":"final","serial":0},"sysVersion":"3.10.1 (main, Mar 7 2022, 15:46:20) [Clang 13.0.0 (clang-1300.0.29.30)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.10.1/bin/python","detailedDisplayName":"Python 3.10.1 64-bit ('3.10.1': pyenv)"},{"name":"3.10.2","location":"/Users/macinburrito/.pyenv/versions/3.10.2","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.10.2/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.10.2","ctime":1645743021658,"mtime":1645743021658},"display":"Python 3.10.2 64-bit ('3.10.2')","version":{"major":3,"minor":10,"micro":2,"release":{"level":"final","serial":0},"sysVersion":"3.10.2 (main, Feb 24 2022, 17:49:53) [Clang 13.0.0 (clang-1300.0.29.30)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.10.2/bin/python","detailedDisplayName":"Python 3.10.2 64-bit ('3.10.2': pyenv)"},{"name":"3.10.5","location":"/Users/macinburrito/.pyenv/versions/3.10.5","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.10.5/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.10.5","ctime":1655094154307,"mtime":1655094154307},"display":"Python 3.10.5 64-bit ('3.10.5')","version":{"major":3,"minor":10,"micro":5,"release":{"level":"final","serial":0},"sysVersion":"3.10.5 (main, Jun 13 2022, 00:22:06) [Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.10.5/bin/python","detailedDisplayName":"Python 3.10.5 64-bit ('3.10.5': pyenv)"},{"name":"3.10.6","location":"/Users/macinburrito/.pyenv/versions/3.10.6","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.10.6/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.10.6","ctime":1660664695244,"mtime":1660664695244},"display":"Python 3.10.6 64-bit ('3.10.6')","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Aug 16 2022, 11:44:17) [Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.10.6/bin/python","detailedDisplayName":"Python 3.10.6 64-bit ('3.10.6': pyenv)"},{"name":"3.10.7","location":"/Users/macinburrito/.pyenv/versions/3.10.7","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.10.7/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.10.7","ctime":1662489254463,"mtime":1662489254463},"display":"Python 3.10.7 64-bit ('3.10.7')","version":{"major":3,"minor":10,"micro":7,"release":{"level":"final","serial":0},"sysVersion":"3.10.7 (main, Sep 6 2022, 14:33:40) [Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.10.7/bin/python","detailedDisplayName":"Python 3.10.7 64-bit ('3.10.7': pyenv)"},{"name":"3.8.10","location":"/Users/macinburrito/.pyenv/versions/3.8.10","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.8.10/bin/python","sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","ctime":1646675588156,"mtime":1646675588156},"display":"Python 3.8.10 64-bit ('3.8.10')","version":{"major":3,"minor":8,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.8.10 (v3.8.10:3d8993a744, May 3 2021, 09:09:08) \n[Clang 12.0.5 (clang-1205.0.22.9)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.8.10/bin/python","detailedDisplayName":"Python 3.8.10 64-bit ('3.8.10': pyenv)"},{"name":"3.8.13","location":"/Users/macinburrito/.pyenv/versions/3.8.13","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.8.13/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.8.13","ctime":1657591503551,"mtime":1657591503551},"display":"Python 3.8.13 64-bit ('3.8.13')","version":{"major":3,"minor":8,"micro":13,"release":{"level":"final","serial":0},"sysVersion":"3.8.13 (default, Jul 11 2022, 22:04:27) \n[Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.8.13/bin/python","detailedDisplayName":"Python 3.8.13 64-bit ('3.8.13': pyenv)"},{"name":"3.9.10","location":"/Users/macinburrito/.pyenv/versions/3.9.10","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.9.10/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.9.10","ctime":1645996197043,"mtime":1645996197043},"display":"Python 3.9.10 64-bit ('3.9.10')","version":{"major":3,"minor":9,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.9.10 (main, Feb 27 2022, 16:09:20) \n[Clang 13.0.0 (clang-1300.0.29.30)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.9.10/bin/python","detailedDisplayName":"Python 3.9.10 64-bit ('3.9.10': pyenv)"},{"name":"3.9.14","location":"/Users/macinburrito/.pyenv/versions/3.9.14","kind":"global-pyenv","executable":{"filename":"/Users/macinburrito/.pyenv/versions/3.9.14/bin/python","sysPrefix":"/Users/macinburrito/.pyenv/versions/3.9.14","ctime":1663189997369,"mtime":1663189997369},"display":"Python 3.9.14 64-bit ('3.9.14')","version":{"major":3,"minor":9,"micro":14,"release":{"level":"final","serial":0},"sysVersion":"3.9.14 (main, Sep 14 2022, 17:12:41) \n[Clang 14.0.0 (clang-1400.0.29.102)]"},"arch":3,"distro":{"org":""},"source":[],"id":"/Users/macinburrito/.pyenv/versions/3.9.14/bin/python","detailedDisplayName":"Python 3.9.14 64-bit ('3.9.14': pyenv)"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/bin/python3","sysPrefix":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9","ctime":1661331579000,"mtime":1661331579000},"display":"Python 3.9.6 64-bit","version":{"major":3,"minor":9,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.9.6 (default, Sep 13 2022, 22:03:16) \n[Clang 14.0.0 (clang-1400.0.29.102)]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/bin/python3","detailedDisplayName":"Python 3.9.6 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/usr/local/bin/python3","sysPrefix":"/Library/Frameworks/Python.framework/Versions/3.8","ctime":1646675258371,"mtime":1646675257810},"display":"Python 3.8.10 64-bit","version":{"major":3,"minor":8,"micro":10,"release":{"level":"final","serial":0},"sysVersion":"3.8.10 (v3.8.10:3d8993a744, May 3 2021, 09:09:08) \n[Clang 12.0.5 (clang-1205.0.22.9)]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/usr/local/bin/python3","detailedDisplayName":"Python 3.8.10 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/opt/homebrew/bin/python3","sysPrefix":"/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10","ctime":1663516112615,"mtime":1663516112615},"display":"Python 3.10.6 64-bit","version":{"major":3,"minor":10,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.10.6 (main, Aug 30 2022, 04:58:14) [Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/opt/homebrew/bin/python3","detailedDisplayName":"Python 3.10.6 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/opt/homebrew/bin/python3.8","sysPrefix":"/opt/homebrew/Cellar/python@3.8/3.8.14/Frameworks/Python.framework/Versions/3.8","ctime":1663516472769,"mtime":1663516472769},"display":"Python 3.8.14 64-bit","version":{"major":3,"minor":8,"micro":14,"release":{"level":"final","serial":0},"sysVersion":"3.8.14 (default, Sep 6 2022, 23:17:06) \n[Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/opt/homebrew/bin/python3.8","detailedDisplayName":"Python 3.8.14 64-bit"},{"name":"","location":"","kind":"global-other","executable":{"filename":"/opt/homebrew/bin/python3.9","sysPrefix":"/opt/homebrew/opt/python@3.9/Frameworks/Python.framework/Versions/3.9","ctime":1663516499175,"mtime":1663516499175},"display":"Python 3.9.14 64-bit","version":{"major":3,"minor":9,"micro":14,"release":{"level":"final","serial":0},"sysVersion":"3.9.14 (main, Sep 6 2022, 23:16:16) \n[Clang 13.1.6 (clang-1316.0.21.2.5)]"},"arch":3,"distro":{"org":""},"source":["path env var"],"id":"/opt/homebrew/bin/python3.9","detailedDisplayName":"Python 3.9.14 64-bit"},{"name":"base","location":"/Users/macinburrito/.miniconda3","kind":"virt-conda","executable":{"filename":"/Users/macinburrito/.miniconda3/bin/python","sysPrefix":"/Users/macinburrito/.miniconda3","ctime":1662413710504,"mtime":1662413710504},"display":"Python 3.9.12 ('base')","version":{"major":3,"minor":9,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.9.12 (main, Apr 5 2022, 01:52:34) \n[Clang 12.0.0 ]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"/Users/macinburrito/.miniconda3/bin/python","detailedDisplayName":"Python 3.9.12 ('base': conda)"},{"name":"ldm","location":"/Users/macinburrito/.miniconda3/envs/ldm","kind":"virt-conda","executable":{"filename":"/Users/macinburrito/.miniconda3/envs/ldm/bin/python","sysPrefix":"/Users/macinburrito/.miniconda3/envs/ldm","ctime":1662414300841,"mtime":1662414300841},"display":"Python 3.9.13 ('ldm')","version":{"major":3,"minor":9,"micro":13,"release":{"level":"final","serial":0},"sysVersion":"3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:00:33) \n[Clang 13.0.1 ]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"/Users/macinburrito/.miniconda3/envs/ldm/bin/python","detailedDisplayName":"Python 3.9.13 ('ldm': conda)"}]
[INFO 2022-9-31 11:17:26.757]: [
'Hide locator refreshing progress, Class name = g, completed in 0ms, has a falsy return value, , Return Value: undefined'
]
[DEBUG 2022-9-31 11:17:26.758]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.758]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.758]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.759]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.760]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.760]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.760]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.760]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.760]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.761]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.762]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.762]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.762]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.762]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.762]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.762]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.763]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.764]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.764]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.764]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.764]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.764]: Cached data exists getEnvironmentVariables, <No Resource>
[DEBUG 2022-9-31 11:17:26.764]: Cached data exists getEnvironmentVariables, <No Resource>
Python interpreter path: ~/.pyenv/versions/3.10.7/bin/python
[INFO 2022-9-31 11:17:27.371]: [
'Starting language server, Class name = d, completed in 274ms, has a falsy return value, , Return Value: undefined'
]
Starting Pylance language server.
[DEBUG 2022-9-31 11:17:27.372]: [object Object]. Shell identified as undefined
[DEBUG 2022-9-31 11:17:27.373]: Shell path '/opt/homebrew/bin/fish', base path '/opt/homebrew/bin/fish'
[DEBUG 2022-9-31 11:17:27.373]: Shell path identified as shell 'fish'
[DEBUG 2022-9-31 11:17:27.373]: Terminal shell path '/opt/homebrew/bin/fish' identified as shell 'fish'
[DEBUG 2022-9-31 11:17:27.373]: [object Object]. Shell identified as fish
[DEBUG 2022-9-31 11:17:27.373]: Shell identified as 'fish'
[DEBUG 2022-9-31 11:17:27.373]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:27.373]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:27.373]: Cached data exists KeyPrefix=Cache_Method_Output_f.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-/Users/macinburrito/GitLocal/Work/trapper"-Arg-Separator-undefined
[DEBUG 2022-9-31 11:17:27.377]: Cached data exists getEnvironmentVariables, /Users/macinburrito/GitLocal/Work/trapper
[DEBUG 2022-9-31 11:17:31.560]: Cached data exists KeyPrefix=Cache_Method_Output__.ensureEnvironmentContainsPython-Args="/Users/macinburrito/.pyenv/versions/3.10.7/bin/python"
Just confirming that 2022.14.0 resolves the problem, so I'll use that until this issue is fixed.
Not that anyone said it was fixed, but I tried the latest version of the tool (https://github.com/microsoft/vscode-python/releases/tag/2022.18.0) and it still does not detect net-new Poetry environments. Remaining on 2022.14.0.
I can reproduce the issue, thanks. Fix should be out in the pre-release version of the extension in a day, use the following to try it out:
I am facing this issue with v2022.18.2. How can I enable debug logs and where can I find them? I have no "python.logging.level" setting available.
@mcrapts in the pre-release version of the extension, it is fixed. I'd suggest using that in the meantime.
Alright, I thought the issue was already fixed because the issue was closed. In the meantime I will select the interpreter manually.
Type: Bug
Behaviour
Expected vs. Actual
When trying to select an interpreter for a project that is based on Poetry, I sometimes either don't see the virtual environment at all in the list or VSCode doesn't show any other Poetry environments to select from. I would expect it to be able to list out all of the various Poetry environments that are on my machine and let me select one of them.
These projects are installed using the latest version of Poetry (1.2)
Steps to reproduce:
~/Library/Caches/pypoetry/virtualenvs
Here's an interpreter list for a project that I've installed deps with Poetry (this is the full list it shows):
Here's one for a project that uses Poetry - but notice that it doesn't list any other Poetry environments (just its own - again, this is the full list it shows):
I almost entirely work with just Poetry projects, so there should be at least something like 7 or 8 environments for Poetry listed there, but they are not.
Please let me know if you have any questions regarding the above.
Diagnostic data
python.languageServer
setting: PylanceOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)``` LSP Notebooks experiment is enabled LSP Notebooks interactive window support is enabled > conda info --json Python interpreter path: ~/.pyenv/versions/3.10.7/bin/python > ~/.conda/bin/conda info --json > ~/.miniconda3/bin/conda info --json > ~/.pyenv/versions/3.10.1/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.local/pipx/venvs/copier/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.10.2/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.10.5/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.10.6/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.10.7/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.8.10/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.8.13/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.9.10/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.9.14/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > /usr/bin/python3 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > /usr/local/bin/python3 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.pyenv/versions/3.10.7/bin/python3.10 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > /opt/homebrew/bin/python3 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > /opt/homebrew/bin/python3.8 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > /opt/homebrew/bin/python3.9 ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.miniconda3/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > ~/.miniconda3/envs/ldm/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/interpreterInfo.py > . ~/.local/pipx/venvs/copier/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/printEnvVariables.py > . ~/.local/pipx/venvs/copier/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/printEnvVariables.py > . ~/.local/pipx/venvs/copier/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/printEnvVariables.py > . ~/.local/pipx/venvs/copier/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/printEnvVariables.py > . ~/.local/pipx/venvs/copier/bin/activate && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/printEnvVariables.py Starting Pylance language server. > ~/.pyenv/versions/3.10.7/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/linter.py -m pylint ./mongodb/pd/mongodb_pd.py cwd: . > ~/.pyenv/versions/3.10.7/bin/python ~/.vscode/extensions/ms-python.python-2022.16.1/pythonFiles/linter.py -m pydocstyle --convention=google ./mongodb/pd/mongodb_pd.py cwd: . > ~/.pyenv/versions/3.10.7/bin/python -c "import pydocstyle" > ~/.pyenv/versions/3.10.7/bin/python -c "import pylint" > ~/.pyenv/versions/3.10.7/bin/python -c "import pydocstyle" > ~/.pyenv/versions/3.10.7/bin/python -c "import pylint" Linter 'pydocstyle' is not installed. Please install it or select another linter". Error: Module 'pydocstyle' not installed. Linter 'pylint' is not installed. Please install it or select another linter". Error: Module 'pylint' not installed. ```
User Settings
``` poetryPath: ""
languageServer: "Pylance"
linting
• pydocstyleArgs: ""
• pydocstyleEnabled: true
formatting
• provider: "black"
```
Extension version: 2022.16.1 VS Code version: Code 1.72.2 (d045a5eda657f4d7b676dedbfa7aab8207f8a075, 2022-10-12T22:15:55.763Z) OS version: Darwin arm64 21.6.0 Modes: Sandboxed: No
System Info
|Item|Value| |---|---| |CPUs|Apple M1 Pro (10 x 24)| |GPU Status|2d_canvas: enabledcanvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|21, 25, 23| |Memory (System)|32.00GB (1.68GB free)| |Process Argv|. --crash-reporter-id 07e484e5-ada3-4296-adea-39d6c26a0c7c| |Screen Reader|no| |VM|0%|