Skip to content
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

Invalid message: Found duplicate in "env":PATH #22373

Closed
pedrohgmacedo opened this issue Oct 29, 2023 · 0 comments
Closed

Invalid message: Found duplicate in "env":PATH #22373

pedrohgmacedo opened this issue Oct 29, 2023 · 0 comments
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@pedrohgmacedo
Copy link

pedrohgmacedo commented Oct 29, 2023

Type: Bug

Behaviour

Expected vs. Actual

Using the following launch.json:

{
	"configurations": [
		{
			"name": "Python: File",
			"type": "python",
			"request": "launch",
			"program": "${file}",
			"justMyCode": true,
			"console": "internalConsole",
			"stopOnEntry": true,
			"pythonArgs": ["-i"]
		}
	]
}

When trying to start a debugging session for a python file, I get the error:
Invalid message: Found duplicate in "env":PATH:

image

Edit: It seems the issue is related to using the UTF-8 Locale on Windows, when I disable the setting the problem is not reproducible.

image

Diagnostic data

  • Python version (& distribution if applicable, e.g. Anaconda): 3.11.6
  • Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Conda
  • Value of the python.languageServer setting: Pylance
Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

2023-10-29 02:50:05.209 [error] Failed to initialize source map support in extension
2023-10-29 02:50:05.245 [info] Test server listening.
2023-10-29 02:50:05.256 [info] Python interpreter path: ~\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:10.368 [info] Starting Pylance language server.
2023-10-29 02:50:10.415 [info] > ~\miniforge3\Scripts\conda.exe info --json
2023-10-29 02:50:15.680 [info] > ~\miniforge3\Scripts\conda.exe run -n icloud --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.18.0\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.18.0/pythonFiles/printEnvVariables.py
2023-10-29 02:50:15.681 [info] shell: commandPrompt
2023-10-29 02:50:19.230 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:50:26.740 [debug] Getting roots
2023-10-29 02:50:26.740 [debug] Getting roots
2023-10-29 02:50:26.740 [debug] Found roots
2023-10-29 02:50:26.740 [debug] Start watching file for changes C:\Users\pedro\.conda\environments.txt
2023-10-29 02:50:26.740 [debug] Start watching: C:\Users\pedro\.conda with pattern environments.txt using VSCode API
2023-10-29 02:50:26.740 [debug] Found roots
2023-10-29 02:50:26.740 [debug] Start watching root c:\Users\pedro\OneDrive\Desktop\icloud-mgmt for globs ["python.exe","*/python.exe","*/Scripts/python.exe"]
2023-10-29 02:50:26.740 [debug] Start watching: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt with pattern python.exe using VSCode API
2023-10-29 02:50:26.740 [debug] Start watching: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt with pattern */python.exe using VSCode API
2023-10-29 02:50:26.740 [debug] Start watching: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt with pattern */Scripts/python.exe using VSCode API
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] Waiting for test server to start...
2023-10-29 02:50:26.740 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt"-Arg-Separator-undefined
2023-10-29 02:50:26.740 [debug] VS Code was not launched from the command line, not selecting activated interpreter
2023-10-29 02:50:26.750 [info] Test server listening.
2023-10-29 02:50:26.751 [debug] Test server started.
2023-10-29 02:50:26.751 [debug] Testing: Setting up watcher for c:\Users\pedro\OneDrive\Desktop\icloud-mgmt
2023-10-29 02:50:26.751 [debug] Searching for workspace virtual envs in: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt
2023-10-29 02:50:26.751 [debug] Finished searching for poetry envs
2023-10-29 02:50:26.752 [debug] Needed to validate C:\Users\pedro\miniforge3\envs\icloud\python.exe with latest info
2023-10-29 02:50:26.753 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.757 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:26.757 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.758 [debug] Needed to validate C:\Users\pedro\miniforge3\python.exe with latest info
2023-10-29 02:50:26.758 [debug] Resolved C:\Users\pedro\miniforge3\python.exe from cache: {"name":"base","location":"C:\\Users\\pedro\\miniforge3","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3","ctime":1698269326591,"mtime":1687559887388},"display":"Python 3.10.12 ('base')","version":{"major":3,"minor":10,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:34:57) [MSC v.1936 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\PYTHON.EXE","detailedDisplayName":"Python 3.10.12 ('base': conda)"}
2023-10-29 02:50:26.759 [debug] Needed to validate C:\Users\pedro\miniforge3\envs\py\python.exe with latest info
2023-10-29 02:50:26.760 [debug] Resolved C:\Users\pedro\miniforge3\envs\py\python.exe from cache: {"name":"py","location":"C:\\Users\\pedro\\miniforge3\\envs\\py","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\py\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\py","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('py')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\PY\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('py': conda)"}
2023-10-29 02:50:26.761 [debug] Needed to validate C:\Users\pedro\miniforge3\envs\icloud\python.exe with latest info
2023-10-29 02:50:26.761 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.764 [debug] Needed to validate C:\Users\pedro\miniforge3\envs\icloud\python.exe with latest info
2023-10-29 02:50:26.764 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.768 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:26.768 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.945 [debug] Needed to validate C:\Users\pedro\miniforge3\envs\icloud\python.exe with latest info
2023-10-29 02:50:26.945 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.946 [info] Python interpreter path: ~\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:26.946 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:26.947 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:26.947 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:26.955 [error] Failed to initialize source map support in extension
2023-10-29 02:50:26.983 [debug] Finished searching for workspace virtual envs
2023-10-29 02:50:26.983 [debug] Finished with environment resolver
2023-10-29 02:50:26.983 [debug] Finished with environment reducer
2023-10-29 02:50:27.006 [debug] Environments added to cache [{"name":"base","location":"C:\\Users\\pedro\\miniforge3","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3","ctime":1698269326591,"mtime":1687559887388},"display":"Python 3.10.12 ('base')","version":{"major":3,"minor":10,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:34:57) [MSC v.1936 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\PYTHON.EXE","detailedDisplayName":"Python 3.10.12 ('base': conda)"},{"name":"py","location":"C:\\Users\\pedro\\miniforge3\\envs\\py","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\py\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\py","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('py')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\PY\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('py': conda)"},{"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}]
2023-10-29 02:50:27.010 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:27.010 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:28.462 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.462 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.465 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.465 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.468 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.468 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.476 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.476 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.478 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.478 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.480 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.480 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.558 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:28.558 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:28.558 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.558 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:28.559 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.559 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:28.637 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2023-10-29 02:50:28.640 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-29 02:50:28.644 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-29 02:50:28.647 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-29 02:50:28.650 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-29 02:50:28.653 [debug] Extension ms-toolsai.jupyter accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-29 02:50:28.656 [debug] Extension ms-toolsai.jupyter accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-29 02:50:28.660 [debug] Extension ms-toolsai.jupyter accessed onDidChangeEnvironments with args: undefined
2023-10-29 02:50:28.663 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:28.673 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:28.676 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-29 02:50:28.681 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\pedro\\miniforge3\\python.exe","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/pedro/miniforge3/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\pedro\\miniforge3"},"environment":{"type":"Conda","name":"base","folderUri":{"$mid":1,"path":"/C:/Users/pedro/miniforge3","scheme":"file"}},"version":{"major":3,"minor":10,"micro":12,"release":{"level":"final","serial":0},"sysVersion":"3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:34:57) [MSC v.1936 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\PYTHON.EXE"}
2023-10-29 02:50:28.684 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\pedro\\miniforge3\\envs\\py\\python.exe","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\PY\\PYTHON.EXE","executable":{"uri":{"$mid":1,"path":"/C:/Users/pedro/miniforge3/envs/py/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\py"},"environment":{"type":"Conda","name":"py","folderUri":{"$mid":1,"path":"/C:/Users/pedro/miniforge3/envs/py","scheme":"file"}},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\PY\\PYTHON.EXE"}
2023-10-29 02:50:28.687 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","_sep":1,"path":"/C:/Users/pedro/miniforge3/envs/icloud/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud"},"environment":{"type":"Conda","name":"icloud","folderUri":{"$mid":1,"path":"/C:/Users/pedro/miniforge3/envs/icloud","scheme":"file"}},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE"}
2023-10-29 02:50:28.690 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:28.694 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-29 02:50:28.697 [debug] Extension ms-toolsai.jupyter accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:28.702 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:28.712 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:28.717 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-29 02:50:28.722 [debug] Extension ms-toolsai.jupyter accessed known with args: undefined
2023-10-29 02:50:28.727 [debug] Extension ms-toolsai.jupyter accessed resolveEnvironment with args: {"internal":{"path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","executable":{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","_sep":1,"path":"/C:/Users/pedro/miniforge3/envs/icloud/python.exe","scheme":"file"},"bitness":"64-bit","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud"},"environment":{"type":"Conda","name":"icloud","folderUri":{"$mid":1,"path":"/C:/Users/pedro/miniforge3/envs/icloud","scheme":"file"}},"version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"tools":["Conda"]},"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE"}
2023-10-29 02:50:28.732 [debug] Extension ms-toolsai.jupyter accessed getEnvironmentVariables with args: undefined
2023-10-29 02:50:29.514 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:29.514 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:29.514 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:29.536 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:29.537 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:29.537 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:29.565 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:50:29.783 [debug] Searching for conda.
2023-10-29 02:50:29.784 [debug] Probing conda binary: C:\Users\pedro\miniforge3\Scripts\conda.exe
2023-10-29 02:50:29.787 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:29.788 [debug] Extension ms-python.black-formatter accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.791 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.793 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.796 [debug] Extension ms-python.black-formatter accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.798 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:29.801 [debug] Extension ms-python.isort accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.803 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:29.805 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.807 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.809 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:29.811 [debug] Extension ms-python.isort accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:29.814 [debug] Extension ms-python.black-formatter accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:29.816 [debug] Extension ms-python.isort accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:29.860 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:29.861 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:29.861 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:29.977 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:29.978 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:29.978 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:29.986 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:29.987 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:29.987 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:29.988 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:50:29.992 [debug] Dump environment variables {
    "ALLUSERSPROFILE": "C:\\ProgramData",
    "APPDATA": "C:\\Users\\pedro\\AppData\\Roaming",
    "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
    "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_10852_LHOBUJHTNZLOACCM",
    "COMPUTERNAME": "SERENITY",
    "EFC_4204": "1",
    "ELECTRON_RUN_AS_NODE": "1",
    "GIT_LFS_PATH": "C:\\Program Files\\Git LFS",
    "HOMEDRIVE": "C:",
    "HOMEPATH": "\\Users\\pedro",
    "INTEL_DEV_REDIST": "C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\",
    "LOCALAPPDATA": "C:\\Users\\pedro\\AppData\\Local",
    "LOGONSERVER": "\\\\SERENITY",
    "MIC_LD_LIBRARY_PATH": "C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\compiler\\lib\\mic",
    "NUMBER_OF_PROCESSORS": "8",
    "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
    "OS": "Windows_NT",
    "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
    "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Pro",
    "PROCESSOR_ARCHITECTURE": "AMD64",
    "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel",
    "PROCESSOR_LEVEL": "6",
    "PROCESSOR_REVISION": "8e0a",
    "PUBLIC": "C:\\Users\\Public",
    "SESSIONNAME": "Console",
    "TEMP": "C:\\Users\\pedro\\AppData\\Local\\Temp",
    "TMP": "C:\\Users\\pedro\\AppData\\Local\\Temp",
    "USERDOMAIN": "SERENITY",
    "USERDOMAIN_ROAMINGPROFILE": "SERENITY",
    "USERNAME": "pedro",
    "USERPROFILE": "C:\\Users\\pedro",
    "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
    "VSCODE_CODE_CACHE_PATH": "C:\\Users\\pedro\\AppData\\Roaming\\Code\\CachedData\\f1b07bd25dfad64b0167beb15359ae573aecd2cc",
    "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
    "VSCODE_CWD": "C:\\Users\\pedro\\AppData\\Local\\Programs\\Microsoft VS Code",
    "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
    "VSCODE_IPC_HOOK": "\\\\.\\pipe\\bdaeb877f8385725989af8bd30fcff31-1.83.1-main-sock",
    "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-ie\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
    "VSCODE_PID": "10852",
    "ZES_ENABLE_SYSMAN": "1",
    "ComSpec": "C:\\Windows\\system32\\cmd.exe",
    "CommonProgramFiles": "C:\\Program Files\\Common Files",
    "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
    "CommonProgramW6432": "C:\\Program Files\\Common Files",
    "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData",
    "OneDrive": "C:\\Users\\pedro\\OneDrive",
    "OneDriveConsumer": "C:\\Users\\pedro\\OneDrive",
    "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
    "ProgramData": "C:\\ProgramData",
    "ProgramFiles": "C:\\Program Files",
    "ProgramFiles(x86)": "C:\\Program Files (x86)",
    "ProgramW6432": "C:\\Program Files",
    "PyCharm": "C:\\Program Files\\JetBrains\\PyCharm 2023.2\\bin;",
    "SystemDrive": "C:",
    "SystemRoot": "C:\\Windows",
    "windir": "C:\\Windows",
    "path": "C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\iCLS\\;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\iCLS\\;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\intel64\\compiler;C:\\Program Files\\Amazon Corretto\\jdk11.0.14_10\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\FileBot\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Crucial\\Crucial Storage Executive;C:\\Program Files (x86)\\Git Credential Manager;C:\\Program Files\\GitHub CLI\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Cyberduck CLI\\;C:\\Program Files\\Git LFS;C:\\Users\\pedro\\miniforge3;C:\\Users\\pedro\\miniforge3\\Library\\mingw-w64\\bin;C:\\Users\\pedro\\miniforge3\\Library\\usr\\bin;C:\\Users\\pedro\\miniforge3\\Library\\bin;C:\\Users\\pedro\\miniforge3\\Scripts;C:\\Users\\pedro\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\pedro\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\JetBrains\\PyCharm 2023.2\\bin;C:\\Users\\pedro\\AppData\\Local\\JetBrains\\Toolbox\\scripts;C:\\Users\\pedro\\AppData\\Local\\Microsoft\\WinGet\\Links"
}
2023-10-29 02:50:30.007 [info] > ~\miniforge3\Scripts\conda.exe info --json
2023-10-29 02:50:30.165 [debug] Extension ms-python.vscode-pylance accessed onDidChangeActiveEnvironmentPath with args: undefined
2023-10-29 02:50:30.168 [debug] Extension ms-python.vscode-pylance accessed onDidEnvironmentVariablesChange with args: undefined
2023-10-29 02:50:32.766 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:50:32.852 [info] Starting Pylance language server.
2023-10-29 02:50:32.853 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:32.854 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:32.854 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:32.855 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:32.856 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:32.856 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:32.859 [debug] [object Object]. Shell identified as undefined 
2023-10-29 02:50:32.859 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-29 02:50:32.860 [debug] Shell path identified as shell 'powershellCore'
2023-10-29 02:50:32.860 [debug] Terminal shell path 'C:\Program Files\PowerShell\7\pwsh.exe' identified as shell 'powershellCore'
2023-10-29 02:50:32.860 [debug] [object Object]. Shell identified as powershellCore 
2023-10-29 02:50:32.860 [debug] Shell identified as 'powershellCore'
2023-10-29 02:50:32.862 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:32.862 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:32.863 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:32.941 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:32.941 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:32.944 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:32.944 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:32.954 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:32.957 [debug] Extension ms-python.vscode-pylance accessed getActiveEnvironmentPath with args: undefined
2023-10-29 02:50:32.959 [debug] Extension ms-python.vscode-pylance accessed getEnvironmentVariables with args: undefined
2023-10-29 02:50:32.967 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:32.971 [debug] Extension ms-python.vscode-pylance accessed resolveEnvironment with args: {"id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","path":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"}
2023-10-29 02:50:35.927 [debug] C:\Users\pedro\miniforge3\Scripts\conda.exe info --json: {
  "active_prefix": null,
  "active_prefix_name": null,
  "av_data_dir": "C:\\Users\\pedro\\miniforge3\\etc\\conda",
  "av_metadata_url_base": null,
  "channels": [
    "https://conda.anaconda.org/conda-forge/win-64",
    "https://conda.anaconda.org/conda-forge/noarch"
  ],
  "conda_build_version": "not installed",
  "conda_env_version": "23.9.0",
  "conda_location": "C:\\Users\\pedro\\miniforge3\\lib\\site-packages\\conda",
  "conda_prefix": "C:\\Users\\pedro\\miniforge3",
  "conda_shlvl": -1,
  "conda_version": "23.9.0",
  "config_files": [
    "C:\\Users\\pedro\\miniforge3\\.condarc",
    "C:\\Users\\pedro\\.condarc"
  ],
  "default_prefix": "C:\\Users\\pedro\\miniforge3",
  "env_vars": {
    "CIO_TEST": "<not set>",
    "CONDA_ROOT": "C:\\Users\\pedro\\miniforge3",
    "CURL_CA_BUNDLE": "<not set>",
    "GIT_LFS_PATH": "C:\\Program Files\\Git LFS",
    "HOMEPATH": "\\Users\\pedro",
    "LD_PRELOAD": "<not set>",
    "MIC_LD_LIBRARY_PATH": "C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\compiler\\lib\\mic",
    "PATH": "C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\iCLS\\;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\iCLS\\;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\intel64\\compiler;C:\\Program Files\\Amazon Corretto\\jdk11.0.14_10\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\FileBot\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Crucial\\Crucial Storage Executive;C:\\Program Files (x86)\\Git Credential Manager;C:\\Program Files\\GitHub CLI\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Cyberduck CLI\\;C:\\Program Files\\Git LFS;C:\\Users\\pedro\\miniforge3;C:\\Users\\pedro\\miniforge3\\Library\\mingw-w64\\bin;C:\\Users\\pedro\\miniforge3\\Library\\usr\\bin;C:\\Users\\pedro\\miniforge3\\Library\\bin;C:\\Users\\pedro\\miniforge3\\Scripts;C:\\Users\\pedro\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\pedro\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\JetBrains\\PyCharm 2023.2\\bin;C:\\Users\\pedro\\AppData\\Local\\JetBrains\\Toolbox\\scripts;C:\\Users\\pedro\\AppData\\Local\\Microsoft\\WinGet\\Links",
    "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\\pedro\\AppData\\Roaming\\Code\\CachedData\\f1b07bd25dfad64b0167beb15359ae573aecd2cc"
  },
  "envs": [
    "C:\\Users\\pedro\\miniforge3",
    "C:\\Users\\pedro\\miniforge3\\envs\\icloud",
    "C:\\Users\\pedro\\miniforge3\\envs\\py"
  ],
  "envs_dirs": [
    "C:\\Users\\pedro\\miniforge3\\envs",
    "C:\\Users\\pedro\\.conda\\envs",
    "C:\\Users\\pedro\\AppData\\Local\\conda\\conda\\envs"
  ],
  "is_windows_admin": false,
  "netrc_file": null,
  "offline": false,
  "pkgs_dirs": [
    "C:\\Users\\pedro\\miniforge3\\pkgs",
    "C:\\Users\\pedro\\.conda\\pkgs",
    "C:\\Users\\pedro\\AppData\\Local\\conda\\conda\\pkgs"
  ],
  "platform": "win-64",
  "python_version": "3.10.12.final.0",
  "rc_path": "C:\\Users\\pedro\\.condarc",
  "requests_version": "2.31.0",
  "root_prefix": "C:\\Users\\pedro\\miniforge3",
  "root_writable": true,
  "site_dirs": [],
  "sys.executable": "C:\\Users\\pedro\\miniforge3\\python.exe",
  "sys.prefix": "C:\\Users\\pedro\\miniforge3",
  "sys.version": "3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:34:57) [MSC v.1936 64 bit (AMD64)]",
  "sys_rc_path": "C:\\Users\\pedro\\miniforge3\\.condarc",
  "user_agent": "conda/23.9.0 requests/2.31.0 CPython/3.10.12 Windows/10 Windows/10.0.22621",
  "user_rc_path": "C:\\Users\\pedro\\.condarc",
  "virtual_pkgs": [
    [
      "__archspec",
      "1",
      "x86_64"
    ],
    [
      "__cuda",
      "10.1",
      "0"
    ],
    [
      "__win",
      "0",
      "0"
    ]
  ]
}

2023-10-29 02:50:35.927 [debug] Found conda via filesystem probing: C:\Users\pedro\miniforge3\Scripts\conda.exe
2023-10-29 02:50:35.927 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.getCondaVersion-Args=
2023-10-29 02:50:35.927 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.getCondaVersion-Args=
2023-10-29 02:50:35.947 [debug] Has Custom Env Vars
2023-10-29 02:50:35.947 [debug] Activating Environment to capture Environment variables, C:\Users\pedro\miniforge3\Scripts\conda.exe run -n icloud --no-capture-output python c:\Users\pedro\.vscode\extensions\ms-python.python-2023.18.0\pythonFiles\get_output_via_markers.py c:/Users/pedro/.vscode/extensions/ms-python.python-2023.18.0/pythonFiles/printEnvVariables.py
2023-10-29 02:50:35.947 [debug] Shell path 'cmd', base path 'cmd'
2023-10-29 02:50:35.947 [debug] Shell path identified as shell 'commandPrompt'
2023-10-29 02:50:35.947 [info] > ~\miniforge3\Scripts\conda.exe run -n icloud --no-capture-output python ~\.vscode\extensions\ms-python.python-2023.18.0\pythonFiles\get_output_via_markers.py ~/.vscode/extensions/ms-python.python-2023.18.0/pythonFiles/printEnvVariables.py
2023-10-29 02:50:35.947 [info] shell: commandPrompt
2023-10-29 02:50:35.947 [debug] Shell Exec: C:\Users\pedro\miniforge3\Scripts\conda.exe run -n icloud --no-capture-output python c:\Users\pedro\.vscode\extensions\ms-python.python-2023.18.0\pythonFiles\get_output_via_markers.py c:/Users/pedro/.vscode/extensions/ms-python.python-2023.18.0/pythonFiles/printEnvVariables.py with options: {
    "env": {
        "ALLUSERSPROFILE": "C:\\ProgramData",
        "APPDATA": "C:\\Users\\pedro\\AppData\\Roaming",
        "APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL": "1",
        "CHROME_CRASHPAD_PIPE_NAME": "\\\\.\\pipe\\crashpad_10852_LHOBUJHTNZLOACCM",
        "COMPUTERNAME": "SERENITY",
        "EFC_4204": "1",
        "ELECTRON_RUN_AS_NODE": "1",
        "GIT_LFS_PATH": "C:\\Program Files\\Git LFS",
        "HOMEDRIVE": "C:",
        "HOMEPATH": "\\Users\\pedro",
        "INTEL_DEV_REDIST": "C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\",
        "LOCALAPPDATA": "C:\\Users\\pedro\\AppData\\Local",
        "LOGONSERVER": "\\\\SERENITY",
        "MIC_LD_LIBRARY_PATH": "C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\compiler\\lib\\mic",
        "NUMBER_OF_PROCESSORS": "8",
        "ORIGINAL_XDG_CURRENT_DESKTOP": "undefined",
        "OS": "Windows_NT",
        "PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
        "POWERSHELL_DISTRIBUTION_CHANNEL": "MSI:Windows 10 Pro",
        "PROCESSOR_ARCHITECTURE": "AMD64",
        "PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 142 Stepping 10, GenuineIntel",
        "PROCESSOR_LEVEL": "6",
        "PROCESSOR_REVISION": "8e0a",
        "PUBLIC": "C:\\Users\\Public",
        "SESSIONNAME": "Console",
        "TEMP": "C:\\Users\\pedro\\AppData\\Local\\Temp",
        "TMP": "C:\\Users\\pedro\\AppData\\Local\\Temp",
        "USERDOMAIN": "SERENITY",
        "USERDOMAIN_ROAMINGPROFILE": "SERENITY",
        "USERNAME": "pedro",
        "USERPROFILE": "C:\\Users\\pedro",
        "VSCODE_AMD_ENTRYPOINT": "vs/workbench/api/node/extensionHostProcess",
        "VSCODE_CODE_CACHE_PATH": "C:\\Users\\pedro\\AppData\\Roaming\\Code\\CachedData\\f1b07bd25dfad64b0167beb15359ae573aecd2cc",
        "VSCODE_CRASH_REPORTER_PROCESS_TYPE": "extensionHost",
        "VSCODE_CWD": "C:\\Users\\pedro\\AppData\\Local\\Programs\\Microsoft VS Code",
        "VSCODE_HANDLES_UNCAUGHT_ERRORS": "true",
        "VSCODE_IPC_HOOK": "\\\\.\\pipe\\bdaeb877f8385725989af8bd30fcff31-1.83.1-main-sock",
        "VSCODE_NLS_CONFIG": "{\"locale\":\"en-us\",\"osLocale\":\"en-ie\",\"availableLanguages\":{},\"_languagePackSupport\":true}",
        "VSCODE_PID": "10852",
        "ZES_ENABLE_SYSMAN": "1",
        "ComSpec": "C:\\Windows\\system32\\cmd.exe",
        "CommonProgramFiles": "C:\\Program Files\\Common Files",
        "CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
        "CommonProgramW6432": "C:\\Program Files\\Common Files",
        "DriverData": "C:\\Windows\\System32\\Drivers\\DriverData",
        "OneDrive": "C:\\Users\\pedro\\OneDrive",
        "OneDriveConsumer": "C:\\Users\\pedro\\OneDrive",
        "PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
        "ProgramData": "C:\\ProgramData",
        "ProgramFiles": "C:\\Program Files",
        "ProgramFiles(x86)": "C:\\Program Files (x86)",
        "ProgramW6432": "C:\\Program Files",
        "PyCharm": "C:\\Program Files\\JetBrains\\PyCharm 2023.2\\bin;",
        "SystemDrive": "C:",
        "SystemRoot": "C:\\Windows",
        "windir": "C:\\Windows",
        "path": "C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\iCLS\\;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\iCLS\\;C:\\Program Files (x86)\\Common Files\\Intel\\Shared Libraries\\redist\\intel64\\compiler;C:\\Program Files\\Amazon Corretto\\jdk11.0.14_10\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\FileBot\\;C:\\Windows\\System32\\OpenSSH\\;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\DAL;C:\\Program Files (x86)\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Intel\\Intel(R) Management Engine Components\\IPT;C:\\Program Files\\Crucial\\Crucial Storage Executive;C:\\Program Files (x86)\\Git Credential Manager;C:\\Program Files\\GitHub CLI\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Program Files\\PowerShell\\7\\;C:\\Program Files\\Cyberduck CLI\\;C:\\Program Files\\Git LFS;C:\\Users\\pedro\\miniforge3;C:\\Users\\pedro\\miniforge3\\Library\\mingw-w64\\bin;C:\\Users\\pedro\\miniforge3\\Library\\usr\\bin;C:\\Users\\pedro\\miniforge3\\Library\\bin;C:\\Users\\pedro\\miniforge3\\Scripts;C:\\Users\\pedro\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\pedro\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Program Files\\JetBrains\\PyCharm 2023.2\\bin;C:\\Users\\pedro\\AppData\\Local\\JetBrains\\Toolbox\\scripts;C:\\Users\\pedro\\AppData\\Local\\Microsoft\\WinGet\\Links",
        "PYTHONWARNINGS": "ignore",
        "PYTHONUNBUFFERED": "1",
        "PYTHONIOENCODING": "utf-8"
    },
    "shell": "cmd",
    "timeout": 60000,
    "maxBuffer": 1000000,
    "throwOnStdErr": false,
    "encoding": "utf8"
}
2023-10-29 02:50:35.948 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:35.948 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="global"-Arg-Separator-"WORKSPACE_FOLDER_INTERPRETER_PATH_C:\\USERS\\PEDRO\\ONEDRIVE\\DESKTOP\\ICLOUD-MGMT"-Arg-Separator-undefined
2023-10-29 02:50:35.948 [debug] Cached data exists KeyPrefix=Cache_Method_Output_y.addKeyToStorage-Args="workspace"-Arg-Separator-"autoSelectedWorkspacePythonInterpreter-c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt"-Arg-Separator-undefined
2023-10-29 02:50:36.173 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:50:44.045 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:44.045 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:44.045 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:44.052 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:44.052 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:44.059 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:44.059 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:44.059 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:44.059 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:44.060 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:44.060 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:44.063 [debug] CreateEnv Trigger - turned off in settings
2023-10-29 02:50:44.082 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:44.082 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:44.084 [info] DAP Server launched with command: C:\Users\pedro\miniforge3\envs\icloud\python.exe c:\Users\pedro\.vscode\extensions\ms-python.python-2023.18.0\pythonFiles\lib\python\debugpy\adapter
2023-10-29 02:50:44.523 [debug] Delay Trigger[Test Configuration Change]: triggered=1, called=1
2023-10-29 02:50:47.300 [debug] Clearing context for python dependencies not installed: undefined
2023-10-29 02:50:47.329 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:47.329 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:47.329 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:47.337 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:47.337 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:50:47.337 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:47.337 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:47.337 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.ensureEnvironmentContainsPython-Args="C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt","_sep":1,"external":"file:///c%3A/Users/pedro/OneDrive/Desktop/icloud-mgmt","path":"/c:/Users/pedro/OneDrive/Desktop/icloud-mgmt","scheme":"file"},"name":"icloud-mgmt","index":0}
2023-10-29 02:50:47.393 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:50:47.512 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:50:47.540 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:47.540 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:47.574 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:50:47.772 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:50:51.773 [debug] Shell path '', base path ''
2023-10-29 02:50:51.773 [debug] Shell path identified as shell 'other'
2023-10-29 02:50:51.773 [debug] Terminal name '' identified as shell 'other'
2023-10-29 02:50:51.773 [debug] [object Object]. Shell identified as other (Terminal name is )
2023-10-29 02:50:51.773 [debug] Shell path 'C:\Program Files\PowerShell\7\pwsh.exe', base path 'C:\Program Files\PowerShell\7\pwsh'
2023-10-29 02:50:51.773 [debug] Shell path identified as shell 'powershellCore'
2023-10-29 02:50:51.773 [debug] Terminal shell path 'C:\Program Files\PowerShell\7\pwsh.exe' identified as shell 'powershellCore'
2023-10-29 02:50:51.773 [debug] [object Object]. Shell identified as powershellCore (Terminal name is )
2023-10-29 02:50:51.773 [debug] Shell identified as 'powershellCore'
2023-10-29 02:50:51.774 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:50:51.774 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:50:51.775 [debug] Found executable within conda env {"name":"icloud","prefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud"}
2023-10-29 02:50:51.797 [debug] Command sent to terminal: C:/Users/pedro/miniforge3/Scripts/activate
2023-10-29 02:50:51.797 [info] Send text to terminal: C:/Users/pedro/miniforge3/Scripts/activate
2023-10-29 02:50:52.305 [debug] Command sent to terminal: conda activate icloud
2023-10-29 02:50:52.305 [info] Send text to terminal: conda activate icloud
2023-10-29 02:51:06.505 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:51:06.505 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:06.505 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:15.012 [debug] Clearing context for python dependencies not installed: undefined
2023-10-29 02:51:15.026 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:51:15.026 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:51:15.026 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:15.026 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:15.026 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.ensureEnvironmentContainsPython-Args="C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt","_sep":1,"external":"file:///c%3A/Users/pedro/OneDrive/Desktop/icloud-mgmt","path":"/c:/Users/pedro/OneDrive/Desktop/icloud-mgmt","scheme":"file"},"name":"icloud-mgmt","index":0}
2023-10-29 02:51:16.354 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:51:16.354 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:16.354 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:16.363 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:16.363 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:16.366 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:16.366 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:16.366 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:16.366 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:16.367 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:16.367 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:16.372 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:51:16.372 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:51:16.373 [info] DAP Server launched with command: C:\Users\pedro\miniforge3\envs\icloud\python.exe c:\Users\pedro\.vscode\extensions\ms-python.python-2023.18.0\pythonFiles\lib\python\debugpy\adapter
2023-10-29 02:51:16.375 [debug] CreateEnv Trigger - turned off in settings
2023-10-29 02:52:10.675 [debug] Clearing context for python dependencies not installed: undefined
2023-10-29 02:52:10.687 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:52:10.687 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:10.688 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:52:10.688 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:52:10.688 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.ensureEnvironmentContainsPython-Args="C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt","_sep":1,"external":"file:///c%3A/Users/pedro/OneDrive/Desktop/icloud-mgmt","path":"/c:/Users/pedro/OneDrive/Desktop/icloud-mgmt","scheme":"file"},"name":"icloud-mgmt","index":0}
2023-10-29 02:52:15.479 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:17.448 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:21.370 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:21.808 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:22.120 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:25.575 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:25.842 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:26.422 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:26.591 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:28.300 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:29.137 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:30.366 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:30.539 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:31.229 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:31.337 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:31.718 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:32.124 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:32.250 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:32.453 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:33.347 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:33.597 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:33.737 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:33.847 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:34.563 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:35.823 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:35.963 [debug] Delay Trigger[Test Configuration Change]: triggered=2, called=2
2023-10-29 02:52:37.865 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:38.036 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:38.225 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:38.381 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:39.302 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:39.472 [debug] Delay Trigger[Test Configuration Change]: triggered=3, called=3
2023-10-29 02:52:44.479 [debug] Clearing context for python dependencies not installed: undefined
2023-10-29 02:52:44.498 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:52:44.498 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:52:44.498 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:52:44.498 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:52:44.498 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.ensureEnvironmentContainsPython-Args="C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt","_sep":1,"external":"file:///c%3A/Users/pedro/OneDrive/Desktop/icloud-mgmt","path":"/c:/Users/pedro/OneDrive/Desktop/icloud-mgmt","scheme":"file"},"name":"icloud-mgmt","index":0}
2023-10-29 02:52:44.525 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\icloud-shell.py
2023-10-29 02:52:49.243 [debug] Clearing context for python dependencies not installed: undefined
2023-10-29 02:52:49.263 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:52:49.264 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:52:49.264 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:52:49.271 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:52:49.271 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:52:49.271 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:52:49.271 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:52:49.271 [debug] Cached data exists KeyPrefix=Cache_Method_Output_E.ensureEnvironmentContainsPython-Args="C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe"-Arg-Separator-{"uri":{"$mid":1,"fsPath":"c:\\Users\\pedro\\OneDrive\\Desktop\\icloud-mgmt","_sep":1,"external":"file:///c%3A/Users/pedro/OneDrive/Desktop/icloud-mgmt","path":"/c:/Users/pedro/OneDrive/Desktop/icloud-mgmt","scheme":"file"},"name":"icloud-mgmt","index":0}
2023-10-29 02:52:49.318 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:53:47.572 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:53:47.632 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:53:47.655 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:53:47.655 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:53:47.696 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:53:47.838 [debug] Clearing context for python dependencies not installed: c:\Users\pedro\OneDrive\Desktop\icloud-mgmt\.vscode\launch.json
2023-10-29 02:54:39.400 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:54:39.401 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:54:39.401 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:54:39.424 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:54:39.424 [debug] Clearing context for python dependencies not installed: ms-python.python.Python
2023-10-29 02:54:39.424 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:54:39.425 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:54:39.425 [debug] Cached data exists KeyPrefix=Cache_Method_Output_b._selectIfLaunchedViaActivatedEnv-Args=true
2023-10-29 02:54:39.425 [debug] Found cached env for C:\Users\pedro\miniforge3\envs\icloud\python.exe
2023-10-29 02:54:39.425 [debug] Resolved C:\Users\pedro\miniforge3\envs\icloud\python.exe from cache: {"name":"icloud","location":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","kind":"virt-conda","executable":{"filename":"C:\\Users\\pedro\\miniforge3\\envs\\icloud\\python.exe","sysPrefix":"C:\\Users\\pedro\\miniforge3\\envs\\icloud","ctime":1698553410350,"mtime":1696329064694},"display":"Python 3.11.6 ('icloud')","version":{"major":3,"minor":11,"micro":6,"release":{"level":"final","serial":0},"sysVersion":"3.11.6 | packaged by conda-forge | (main, Oct  3 2023, 10:29:11) [MSC v.1935 64 bit (AMD64)]"},"arch":3,"distro":{"org":"Anaconda, Inc."},"source":[],"type":"Conda","id":"C:\\USERS\\PEDRO\\MINIFORGE3\\ENVS\\ICLOUD\\PYTHON.EXE","detailedDisplayName":"Python 3.11.6 ('icloud': conda)"}
2023-10-29 02:54:39.457 [debug] Clearing context for python dependencies not installed: ms-python.python.Python

User Settings


condaPath: "<placeholder>"

languageServer: "Pylance"

experiments
• enabled: false

Extension version: 2023.18.0
VS Code version: Code 1.83.1 (f1b07bd25dfad64b0167beb15359ae573aecd2cc, 2023-10-10T23:48:05.904Z)
OS version: Windows_NT x64 10.0.22621
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (8 x 1800)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) undefined
Memory (System) 7.88GB (1.22GB free)
Process Argv --crash-reporter-id ec0998cc-36d7-48d5-bbba-e102a2dbfc11
Screen Reader no
VM 0%
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Oct 29, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

1 participant