Jupyter Server: No Kernel
Python: Not Started

Error: [Errno 13] Permission denied: '/Users/XXXXX/Library/Jupyter/kernels/python37364bitbasecondac02285ab1a5b43e69345d43980645608'
Perhaps you want sudo or --user?
Jupyter Server worked well
Please provide as much info as you readily know
Microsoft Data Science for VS Code Engineering Team: @rchiodo, @IanMatthewHuff, @DavidKutu, @DonJayamanne, @greazer
Thanks for the bug. Are you running VS code as the same user as yourself? Seems odd that we wouldn't be able to write to your users folder.
Thanks for the bug. Are you running VS code as the same user as yourself? Seems odd that we wouldn't be able to write to your users folder.
Yes, looks strange. I am running it as the same user as myself, and I don't know how to use another user.
I wonder is "Jupyter Server: No Kernel Python: Not Started" normal??
It should have that status before you run any cells, but then it should register the kernel. It looks like it's not able to write to the user location on disk.
Does that place actually exist? Is this location writable by you?
/Users/XXXX/Library/Jupyter/Kernels
https://www.reddit.com/r/vscode/comments/eq2bfv/vs_code_jupyter_server_no_kernel_python_not/
For some reason this fixed the issue for me - hopefully it's helpful.
It's supposed to say no server/no kernel until you run. That's by design. That's not the issue @bigrat911 is seeing though. When @bigrat911 runs a cell, it still doesn't work because we can't write the kernel.json file to their user directory.
@rchiodo thanks for the help so far. I read through the whole issue but I am confused/unsure what "fix" you are referring to. Do you mind telling me what the instructions are or what you are referring to?
I also encountered the same problem, the webpage could not be opened, how to solve this problem, thanks.
This issue is a problem with VS code writing to the /users/<user name>/library/jupyter/kernels folder. If you're having this issue it would show this problem in the console output (Help | Toggle Developer Tools, click on the console page).
There is another problem where if conda doesn't get activated, you can't run any jupyter code. There's multiple issues related to that:
https://github.com/microsoft/vscode-python/issues/9566 (which the fix is already in our insider's build)
https://github.com/microsoft/vscode-python/issues/8928 (which is currently being worked on).
@brando90 I believe your problem was entirely to do with conda not being setup right. I believe? @DonJayamanne helped you out in the comments for microsoft/vscode-python#9105
@weijew I'm not sure what your problem is. What webpage could not be opened?
@brando90 I believe your problem was entirely to do with conda not being setup right. I believe?
sort of. I used the same .bashrc and .zshrc files in pycharm and their jupyter feature worked fine. I shouldn't need to change my files for vs code to work...specially if my terminal works normal regardless of those files etc...that's my 2 cents.
But yes, for now we found a solution to it.
Thanks for your answer, I solved the problem. Something went wrong with my conda activation
@rchiodo Even with the hints in this thread so far, I'm unable to resolve the issue. Still getting Jupyter Server: No Kernel, Python: Not Started. My console shows the following errors
Error Python Extension: 2020-01-27 13:24:05: Failed to serialize gatherRules for DATASCIENCE.SETTINGS [TypeError: Cannot convert object to primitive value at Array.join (
) at Array.toString ( ) at /Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:12243 at Array.forEach ( ) at Object.l [as sendTelemetryEvent] (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:12160) at y.sendSettingsTelemetry (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:75:708637) at y.r.value (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:92097) at Timeout._onTimeout (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:90616) at listOnTimeout (internal/timers.js:531:17) at processTimers (internal/timers.js:475:7)]
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-01-27 13:24:11: Failed to create File hash for interpreter /usr/local/Caskroom/miniconda/base/envs/old-env/bin/python [Error: ENOENT: no such file or directory, lstat '/usr/local/Caskroom/miniconda/base/envs/old-env/bin/python'] { errno: -2, code: 'ENOENT', syscall: 'lstat', path: '/usr/local/Caskroom/miniconda/base/envs/old-env/bin/python'}
The first is probably unrelated but the second seems to suggest that it's looking for a kernel in an old deleted conda environment. I looked in
/Users/janosh/Library/Jupyter/kernels/python361064bitoldenvconda79da1f2e6bbd4084ac835e29ddf1536d
and replaced all mentions of oldenv with newenv. Made no difference, the error remains. I checked the permissions: drwxr-xr-x. Nothing unusual AFAICT. At this point I wonder where the reference to the old env is even coming from.
@janosh what does jupyter kernelspec list show?
@rchiodo This is what I get
Available kernels:
python361064bitoldenvconda79da1f2e6bbd4084ac835e29ddf1536d /Users/janosh/Library/Jupyter/kernels/python361064bitoldenvconda79da1f2e6bbd4084ac835e29ddf1536d
python3 /usr/local/Caskroom/miniconda/base/envs/newenv/share/jupyter/kernels/python3
@janosh can you attach your console log? That should list out where we're finding the oldenv from.
@rchiodo Sure thing:
@janosh that doesn't look like the entire log. Did you apply a filter? That looks like only the errors.
@rchiodo Ah sorry, I thought we only cared about the errors. Here's the full log.
What does conda info --envs report? Looks like we're finding the oldenv during our lookup. Do you have this environment set as the current python?
@rchiodo conda info --envs returns
# conda environments:
#
base * /usr/local/Caskroom/miniconda/base
newenv /usr/local/Caskroom/miniconda/base/envs/newenv
The env shown in the status bar is newenv.
Hmm. @DonJayamanne do we cache the environments somewhere? This is on a linux machine so it's not in the registry. Where would the 'oldenv' environment come from if not from conda info --envs?
In case it helps to pinpoint the issue, if I try to execute a cell in a blank Jupyter notebook (rather than in the interactive window), I get the error:
Error: Jupyter cannot be started. Error attempting to locate jupyter:
at A.startServerImpl (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:770704)
at async A.ensureServerActive (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:770251)
at async A.clearResult (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:1:766749)
at async A.reexecuteCell (/Users/janosh/.vscode/extensions/ms-python.python-2020.2.59126-dev/out/client/extension.js:75:889464)

we cache the environments
Yes it's cached in the memento.
@janosh
Jupyter output panel and let us know what's in there?Select Jupyter Interpreter.. and let us know what currently selected, should be displayed in the picker input as a placeholder. Please select an interpreter that you'd like to use for Jupyter from this list.Open the command Select Jupyter Interpreter.. and let us know what currently selected, should be displayed in the picker input as a placeholder. Please select an interpreter that you'd like to use for Jupyter from this list.
@DonJayamanne Cool! I didn't know about this command. I just selected newenv in the resulting dropdown and all is back to working! Thanks a lot! ๐
Are you still interested in the Jupyter output? I'm afraid I can't reproduce the issue now since I can't reselect the old deleted env that was apparently cached somewhere.
I suspect there are some more errors logged in the console window, possibly with more details, please could you paste your entire log.
I did upload the full logs above.
@DonJayamanne maybe we have a bug in our 'working jupyter' cache? That if it doesn't work, we don't search elsewhere?
Oh and thanks @janosh
@rchiodo No problem and thanks for your help!
Hi @bigrat911 in my case I had similar issue with Jupyter server and it worked well by doing:
1ยบ Start new .ipynd notebook in Vs
2ยบ Ctrl+shift + P >> Python: Specify local or remote server for connections
3ยบ Default
4ยบ Run some code.
Basically I changed the server and worked well.
Hope this will be helpfull.
For me the issue was fixed by installing the ipykernel. Try to install it either with pip or conda in your environment and restart VSCode.
Error: Activating Python 3.7.4 64-bit ('base': conda) to run Jupyter failed with Error: spawn cmd ENOENT.
the vscode writes
Alright. I solved the problem, It is related to the Environment Variables Path.
%SystemRoot%\system32 was missing into the PATH variables for the user.
I added %SystemRoot%\system32 to the PATH variable and moved it to the top of the list.
No errors, correct output.
thanks for this guy ๏ผ
Hi there,
I'm newbie. This is my first day using VS code and I'm having the same issue with the jupyter notebook. I'm running on Windows.
Here is the console log that I get
Error Python Extension: 2020-02-11 23:04:29: Error starting server in serverPreload: [Error: Jupyter notebook failed to launch.
Error: The Jupyter notebook server failed to launch in time at E.start (c:\Users\me\.vscode\extensions\ms-python.python-2020.2.62710\out\client\extension.js:1:820363)]
Jupyter notebook failed to launch. Error: The Jupyter notebook server failed to launch in time
Error Python Extension: 2020-02-11 23:04:29: DataScience Error [Error: Jupyter notebook failed to launch.
Error: The Jupyter notebook server failed to launch in time at E.start (c:\Users\me\.vscode\extensions\ms-python.python-2020.2.62710\out\client\extension.js:1:820363)]
rejected promise not handled within 1 second: Error: Jupyter notebook failed to launch.
Error: The Jupyter notebook server failed to launch in time
stack trace: Error: Jupyter notebook failed to launch.
Error: The Jupyter notebook server failed to launch in time at E.start (c:\Users\me\.vscode\extensions\ms-python.python-2020.2.62710\out\client\extension.js:1:820363)
Thanks a lot for your help.
@ditordccaa Thanks for providing feedback, however please could you create a new issue with the details.
Please try enabling the setting for Disable Jupyter Auto Start and providing the logs for both options (with the setting on and without) - Please ensure you re-load VS Code when making this change.
Getting the same issue as original post.
For me it starts when using Shift + Enter to run selected code in the Interactive Python interpreter.
Starting Jupyter from ~\AppData\Local\Continuum\anaconda3\python.exe
[I 17:11:35.687 NotebookApp] Writing notebook server cookie secret to C:\Users\cgardner\AppData\Roaming\jupyter\runtime\notebook_cookie_secret
[I 17:11:36.063 NotebookApp] The port 8888 is already in use, trying another port.
[I 17:11:36.119 NotebookApp] JupyterLab extension loaded from C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab
[I 17:11:36.119 NotebookApp] JupyterLab application directory is C:\Users\cgardner\AppData\Local\Continuum\anaconda3\share\jupyter\lab
[I 17:11:36.123 NotebookApp] Serving notebooks from local directory: C:\Users\cgardner\AppData\Local\Temp\3e27a417-76ea-4ffb-b0a2-2343ab0a4f4e
[I 17:11:36.123 NotebookApp] The Jupyter Notebook is running at:
[I 17:11:36.123 NotebookApp] http://localhost:8889/?token=5567e0a665abc1a54c9f881c9033b72658d6e4d525a5a08c
[I 17:11:36.123 NotebookApp] or http://127.0.0.1:8889/?token=5567e0a665abc1a54c9f881c9033b72658d6e4d525a5a08c
[I 17:11:36.123 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 17:11:36.131 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/cgardner/AppData/Roaming/jupyter/runtime/nbserver-1512-open.html
Or copy and paste one of these URLs:
http://localhost:8889/?token=5567e0a665abc1a54c9f881c9033b72658d6e4d525a5a08c
or http://127.0.0.1:8889/?token=5567e0a665abc1a54c9f881c9033b72658d6e4d525a5a08c
[I 17:11:36.896 NotebookApp] Creating new notebook in /
[E 17:11:36.966 NotebookApp] Uncaught exception POST /api/sessions?1581977496928 (127.0.0.1)
HTTPServerRequest(protocol='http', host='localhost:8889', method='POST', uri='/api/sessions?1581977496928', version='HTTP/1.1', remote_ip='127.0.0.1')
Traceback (most recent call last):
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\web.py", line 1699, in _execute
result = await result
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 742, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\services\sessions\handlers.py", line 72, in post
type=mtype))
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 735, in run
value = future.result()
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 742, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 88, in create_session
kernel_id = yield self.start_kernel_for_session(session_id, path, name, type, kernel_name)
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 735, in run
value = future.result()
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 742, in run
yielded = self.gen.throw(*exc_info) # type: ignore
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\services\sessions\sessionmanager.py", line 101, in start_kernel_for_session
self.kernel_manager.start_kernel(path=kernel_path, kernel_name=kernel_name)
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 735, in run
value = future.result()
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\tornado\gen.py", line 209, in wrapper
yielded = next(result)
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\notebook\services\kernels\kernelmanager.py", line 168, in start_kernel
super(MappingKernelManager, self).start_kernel(**kwargs)
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyter_client\multikernelmanager.py", line 110, in start_kernel
km.start_kernel(**kwargs)
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyter_client\manager.py", line 240, in start_kernel
self.write_connection_file()
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyter_client\connect.py", line 547, in write_connection_file
kernel_name=self.kernel_name
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyter_client\connect.py", line 212, in write_connection_file
with secure_write(fname) as f:
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\contextlib.py", line 112, in __enter__
return next(self.gen)
File "C:\Users\cgardner\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyter_client\connect.py", line 102, in secure_write
with os.fdopen(os.open(fname, open_flag, 0o600), mode) as f:
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\cgardner\\AppData\\Roaming\\jupyter\\runtime\\kernel-e38db9cb-f113-4f0e-8703-2930a39a485d.json'
[W 17:11:36.970 NotebookApp] Unhandled error
[E 17:11:36.970 NotebookApp] {
"Content-Type": "application/json",
"Authorization": "token 5567e0a665abc1a54c9f881c9033b72658d6e4d525a5a08c",
"Accept": "*/*",
"Content-Length": "157",
"User-Agent": "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)",
"Accept-Encoding": "gzip,deflate",
"Connection": "close",
"Host": "localhost:8889"
}
[E 17:11:36.970 NotebookApp] 500 POST /api/sessions?1581977496928 (127.0.0.1) 37.90ms referer=None
This bug might be related to this:
https://discourse.jupyter.org/t/jupyter-core-4-6-2-release-with-insure-mode-option/3300
You could try setting the JUPYTER_ALLOW_INSECURE_WRITES variable globally (or in whatever you start VS code from) to see if the problem goes away
@rchiodo
Thanks, but that seems to be for non-windows environments, which doesn't apply to me.
@chadwgardner do you have access to this file?
C:\\Users\\cgardner\\AppData\\Roaming\\jupyter\\runtime\\kernel-e38db9cb-f113-4f0e-8703-2930a39a485d.json
@rchiodo
I have full permissions on the directory, but not to that file (only admins do).
Hmm...so just trying to start a Jupyter server from my anaconda prompt also produces the same error....so I'm beginning to think this isn't specific to VS Code.
Hi guys, similar issue here. I'm on a macos and installed jupyterlab with pip.
I tried @NicoZing tip:
Hi @bigrat911 in my case I had similar issue with Jupyter server and it worked well by doing:
1ยบ Start new .ipynd notebook in Vs
2ยบ Ctrl+shift + P >> Python: Specify local or remote server for connections
3ยบ Default
4ยบ Run some code.Basically I changed the server and worked well.
Hope this will be helpfull.
After running, a password prompt shows up and just press enter. Then I get the following error:
Error: Failed to connect to Jupyter notebook.
http://localhost:8888/
Error: Invalid response: 400 Bad Request
at /Users/raulvalenzuela/.vscode/extensions/ms-python.python-2020.2.64397/out/client/extension.js:1:817436
@rvalenzuelar Password prompt likely means you need a password. I'm not sure what setup you picked though.
Are you running your own jupyter server? Or did you pick the 'default' option in the 'Specify local or remote server for connections'. Never seen a case where we'd prompt for a password for default. That should be controlled by the jupyter config (which we generate as empty).
Thanks for the rapid response @rchiodo. I picked up the 'default' option in the 'Specify ...'
I also find odd this password prompt, I have not set up anything with password. I'm using a local notebook as well.
First can you reload VS code and see if it repros again?
If it does, can you go to 'Help | Toggle Developer Tools`, click on the console tab, right click, save as, and upload the log here?
Thanks.
Here is my log
-1582919001026.log
By the way, jupyter works fine if I start it from the terminal.
It's running this command here:
~/miniconda2/bin/python -m jupyter notebook --no-browser --notebook-dir=/var/folders/vm/z3qjj0q5191fgbd8pxr9y6_w0000gn/T/9c1f17cd-3e57-4adb-b5ed-f71b95a1579b --config=/var/folders/vm/z3qjj0q5191fgbd8pxr9y6_w0000gn/T/9c1f17cd-3e57-4adb-b5ed-f71b95a1579b/jupyter_notebook_config.py --NotebookApp.iopub_data_rate_limit=10000000000.0
For some reason that's asking for a password. The config file usually dictates that, but maybe that version of jupyter is somehow configured to ignore the config file (or the config file path is invalid).
Also do you expect it to be using minconda2/bin/python? Is that normally where you run jupyter from? (This can be changed with the 'Python: Select jupyter interpreter' command.
Thanks @rchiodo. I tried 'Python: Select jupyter interpreter' and it did not work the first time but now the notebook is working. Maybe it needed a VS restart.
PD: in macos the command is 'Python: Select interpreter to start Jupyter server'
Thanks for the info. I think we still have some kinks to work out around picking/finding the correct python to use to start Jupyter.
Hi, I can't edit/save/run my jupyter notebook. Does somebody have any idea about this trouble?
Version:
Error Python Extension: 2020-03-13 03:14:19: DataScience Error [Error: Activating Python 3.7.6 64-bit ('envr': conda) to run Jupyter failed with Error: Command failed: C:/Users/raige/Anaconda3/Scripts/activate && conda activate envr && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/raige/.vscode/extensions/ms-python.python-2020.2.64397/pythonFiles/printEnvVariables.pyPython was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640. at A.checkUsable (c:\Users\raige.vscode\extensions\ms-python.python-2020.2.64397\out\client\extension.js:1:794715)]
@fronos that sounds like your conda environment is not putting python on the path when being activated. I'd try just 'Python: Create Terminal' and see if you get the same issue.
There is an answer with many screen shots that worked to me
https://stackoverflow.com/questions/60330837/jupyter-server-not-started-no-kernel-in-vs-code/60687169#60687169
I have same problem.
I solved it by change from Anaconda3 4.2.0(python 3.5) to Anaconda3 python 3.7.
Try more:
Launch Visual Code from Anaconda Navigator. Select Interpreter.
It's worked.
I did not install conda and I solved this problem by following steps.
> python:select interpreter to start jupyter serverI solve this problem by install vscode on Anaconda Navigator.
Previously, I install vscode from the official site.
Hi @bigrat911 in my case I had similar issue with Jupyter server and it worked well by doing:
1ยบ Start new .ipynd notebook in Vs
2ยบ Ctrl+shift + P >> Python: Specify local or remote server for connections
3ยบ Default
4ยบ Run some code.Basically I changed the server and worked well.
Hope this will be helpfull.
This solved the problem for me.
This bug might be related to this:
https://discourse.jupyter.org/t/jupyter-core-4-6-2-release-with-insure-mode-option/3300You could try setting the JUPYTER_ALLOW_INSECURE_WRITES variable globally (or in whatever you start VS code from) to see if the problem goes away
This happened to me on VS code WSL and took me a while to figure it out. Thanks for the tip.
To provide more context, after closing VSCode, I had to edit the environment file using sudo -H vim /etc/environment and add the following line after the last line: JUPYTER_ALLOW_INSECURE_WRITES =1.
Then on Windows PowerShell, I shutdown WSL using wsl --shutdown, and after running VSCode again, Jupyter started working.
Making sure that VS Code setting
"python.condaPath": "C:\\Program Files\\miniconda3\\Scripts\\conda.exe"
is pointing to the correct directory solved it for me
I am struggling with this too and I have no idea what the heck to even start with.
I did note this though when I toggled back and forth between local and remote and nothing works the remote line changed to:
https://hostname:8080/?token=849d61a414abafab97bc4aab1f3547755ddc232c2b8cb7fe
Is "hostname" right because I didn't put that there. vscode-python did.
@jrounds, you shouldn't need to pick remote unless you're running a jupyter sever yourself. In that case you would replace hostname with the dns name or ip address of your remote server.
The default option should be enough though.
To be clear neither option is working. default. my own local. remote. None
of them are connecting and I verified the start jupyter with parameters
arecorrect.
What I was pointing out was something populated that remotestring like that
and it wasnt me, and whatever did populate it I hope that process knows
what hostname is.
e.g. I tried managed local it doesnt work. local never appears in the
jupyter connection after a restart.
e.g. I tried starting my own server. Which works fine for everything
else. vscode april doesnt connect to it.
I did note after trying managed local and then switching to try to type in
a new remote that vscode-python had put that string in there.
For example, that access key, that wasnt one of mine. None of my started
servers and remote entries had that key. That "hostname", that wasnt one
of mine. That says to me somewhere in the vscode-python extension there is
a function that has put together a connection string involving the
impossible "hostname" and an api-key and it got into the remote connection
box. Whether I care about that I dont know, but given that nothing
involving jupyter notebook and vscode currently works for me... everything
is suspicious.
On Fri, Jun 5, 2020 at 12:55 PM Rich Chiodo notifications@github.com
wrote:
@jrounds https://github.com/jrounds, you shouldn't need to pick remote
unless you're running a jupyter sever yourself. In that case you would
replace hostname with the dns name or ip address of your remote server.The default option should be enough though.
โ
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-python/issues/9636#issuecomment-639760559,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAFSJZIYHELAJQKMGV24PNLRVFEUPANCNFSM4KIHO5GA
.
I figured out how to use the dev tools console log and it reports it is
trying to connect to the wrong server URI.
Step 1
I ctrl+shift+P and change the remote URL to this. This is one of mine
(local to the machine but in the remote URL box) and it is running.
http://127.0.0.1:8890/?token=57e963c7d222
Step 2:
I restart
Step 3:
I try to run a block in a python notebook and it logs as:
notificationsAlerts.ts:40 Failed to connect to remote Jupyter notebook.
Check that the Jupyter Server URI setting has a valid running server
specified. http://localhost:8889/ TypeError: request to
http://localhost:8889/api/contents/?1591389625739 failed, reason: connect
ECONNREFUSED 127.0.0.1:8889
console.ts:137 [Extension Host] Error Python Extension: 2020-06-05
13:40:25: DataScience Error [i [Error]: at new i
(/Users/roun308/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:480683)
at
/Users/roun308/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:586710
at processTicksAndRejections
(internal/process/task_queues.js:85:5)FetchError: request to
http://localhost:8889/api/contents/?1591389625739 failed, reason: connect
ECONNREFUSED 127.0.0.1:8889 at ClientRequest.
(/Users/roun308/.vscode/extensions/ms-python.python-2020.5.80290/out/client/node_modules/@jupyterlab/services.js:3:550741)
at ClientRequest.emit (events.js:203:13) at Socket.socketErrorListener
(_http_client.js:399:9) at Socket.emit (events.js:203:13) at emitErrorNT
(internal/streams/destroy.js:91:8) at emitErrorAndCloseNT
(internal/streams/destroy.js:59:3) at processTicksAndRejections
(internal/process/task_queues.js:77:11)]
Why the wrong port?
On Fri, Jun 5, 2020 at 1:24 PM jeremiah rounds roundsjeremiah@gmail.com
wrote:
To be clear neither option is working. default. my own local. remote.
None of them are connecting and I verified the start jupyter with
parameters arecorrect.What I was pointing out was something populated that remotestring like
that and it wasnt me, and whatever did populate it I hope that process
knows what hostname is.e.g. I tried managed local it doesnt work. local never appears in the
jupyter connection after a restart.
e.g. I tried starting my own server. Which works fine for everything
else. vscode april doesnt connect to it.I did note after trying managed local and then switching to try to type in
a new remote that vscode-python had put that string in there.For example, that access key, that wasnt one of mine. None of my started
servers and remote entries had that key. That "hostname", that wasnt one
of mine. That says to me somewhere in the vscode-python extension there is
a function that has put together a connection string involving the
impossible "hostname" and an api-key and it got into the remote connection
box. Whether I care about that I dont know, but given that nothing
involving jupyter notebook and vscode currently works for me... everything
is suspicious.On Fri, Jun 5, 2020 at 12:55 PM Rich Chiodo notifications@github.com
wrote:@jrounds https://github.com/jrounds, you shouldn't need to pick remote
unless you're running a jupyter sever yourself. In that case you would
replace hostname with the dns name or ip address of your remote server.The default option should be enough though.
โ
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-python/issues/9636#issuecomment-639760559,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAFSJZIYHELAJQKMGV24PNLRVFEUPANCNFSM4KIHO5GA
.
Can you post your entire console log? (Help | Toggle Developer Tools, click on the console tab, right click, save as, drag into github). That should give me an idea of what's going wrong.
If you can run it locally, then picking 'Default' on this screen should work:

The https://hostname:8080/?token=849d61a414abafab97bc4aab1f3547755ddc232c2b8cb7fe is supposed to serve as an example of what you should type in.
The default doesn't work.
e.g.
Step microsoft/vscode-python#1
Change to Default as you said
Step microsoft/vscode-python#2
Restart
Step microsoft/vscode-python#3
Try to run a code block from a python notebook.
Result errors. Attached log.
Thanks for your help.
Version info is:
Version: 1.44.2
Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd
Date: 2020-04-16T17:07:18.473Z (1 mo ago)
Electron: 7.1.11
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 18.7.0
Unfortunately, I had tried using old versions about an hour ago and forgot
I was still running the March version when I did as you suggested.
Need the newest version log? It has been doing the same thing.
On Fri, Jun 5, 2020 at 2:00 PM Rich Chiodo notifications@github.com wrote:
Can you post your entire console log? (Help | Toggle Developer Tools,
click on the console tab, right click, save as, drag into github). That
should give me an idea of what's going wrong.If you can run it locally, the picking default on this screen should work:
[image: image]
https://user-images.githubusercontent.com/19672699/83922087-9c430f80-a734-11ea-978e-d7b3a16569cb.pngThe
https://hostname:8080/?token=849d61a414abafab97bc4aab1f3547755ddc232c2b8cb7fe
is supposed to server as an example of what you should type in.โ
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/vscode-python/issues/9636#issuecomment-639815030,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAFSJZMYXZSB4WLSOF4MBWTRVFMGTANCNFSM4KIHO5GA
.
I don't see your log.
Sorry I replied by email and thought it would attach. Here it is (I may need to reformat):
Log contents
TMScopeRegistry.ts:45 Overwriting grammar scope name to file mapping for scope source.r.
Old grammar file: file:///private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual%20Studio%20Code-march.app/Contents/Resources/app/extensions/r/syntaxes/r.tmLanguage.json.
New grammar file: file:///Users/USERNAME/.vscode/extensions/ikuyadeu.r-1.4.0/syntax/r.json
register @ TMScopeRegistry.ts:45
r @ TMGrammarFactory.ts:73
_getOrCreateGrammarFactory @ abstractTextMateService.ts:194
async function (async)
_getOrCreateGrammarFactory @ abstractTextMateService.ts:187
(anonymous) @ abstractTextMateService.ts:219
_registerDefinitionIfAvailable @ abstractTextMateService.ts:217
(anonymous) @ abstractTextMateService.ts:143
_handle @ extensionsRegistry.ts:142
acceptUsers @ extensionsRegistry.ts:133
_handleExtensionPoint @ abstractExtensionService.ts:382
_doHandleExtensionPoints @ abstractExtensionService.ts:328
_registerAndHandleExtensions @ extensionService.ts:563
_startLocalExtensionHost @ extensionService.ts:553
_scanAndHandleExtensions @ extensionService.ts:548
async function (async)
_scanAndHandleExtensions @ extensionService.ts:445
_initialize @ abstractExtensionService.ts:102
(anonymous) @ extensionService.ts:143
requestIdleCallback (async)
t.runWhenIdle @ async.ts:722
(anonymous) @ extensionService.ts:142
Promise.then (async)
e @ extensionService.ts:140
_createInstance @ instantiationService.ts:111
_createServiceInstance @ instantiationService.ts:210
_createServiceInstanceWithOwner @ instantiationService.ts:199
_createAndCacheServiceInstance @ instantiationService.ts:188
_getOrCreateServiceInstance @ instantiationService.ts:136
get @ instantiationService.ts:54
initLayout @ layout.ts:233
(anonymous) @ workbench.ts:144
invokeFunction @ instantiationService.ts:61
startup @ workbench.ts:137
open @ desktop.main.ts:125
async function (async)
open @ desktop.main.ts:113
t.main @ desktop.main.ts:345
(anonymous) @ workbench.js:33
processTicksAndRejections @ internal/process/task_queues.js:85
Promise.then (async)
(anonymous) @ workbench.js:29
(anonymous) @ bootstrap-window.js:130
t._invokeFactory @ loader.js:1040
t.complete @ loader.js:1050
s._onModuleComplete @ loader.js:1667
s._onModuleComplete @ loader.js:1679
s._resolve @ loader.js:1627
s.defineModule @ loader.js:1278
r @ loader.js:1717
c @ loader.js:791
(anonymous) @ workbench.common.main.ts:128
(anonymous) @ fake:1
t._createAndEvalScript @ loader.js:794
(anonymous) @ loader.js:776
u @ loader.js:889
(anonymous) @ loader.js:905
readFileAfterClose @ internal/fs/read_file_context.js:61
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: id is f36a849a-befc-4033-ba2e-daa102a7fa45
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Attempting to start a server because of preload conditions ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Register Interpreter Watcher, Class name = p, completed in 8ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 8ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"e8283dfc68dc21a669c5924d8eacad667ca5a62fb93f89bca37ee8ed07d65d9b1fca9742e4e72e0f7b4dfdc2a17f9875bae39a05ffa45b89be4c2d309d8f306a","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Build the workspace interpreter watcher, Class name = d, completed in 24ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: ZMQ install verified.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:44: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > python3.7 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > python3 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > python3.6 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > python2 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Detection of Python Interpreter for Command python3.6 and args /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c import sys;print(sys.executable) failed
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > ~/anaconda3/condabin/conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Get Interpreters, Class name = g, completed in 1340ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi","cachedEntry":true},{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Current value for rule system is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Current value for rule currentPath is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > ~/anaconda3/condabin/conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > ~/anaconda3/condabin/conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: > ~/anaconda3/condabin/conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Interpreters returned by KnownPathsService are of count 19
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"e8283dfc68dc21a669c5924d8eacad667ca5a62fb93f89bca37ee8ed07d65d9b1fca9742e4e72e0f7b4dfdc2a17f9875bae39a05ffa45b89be4c2d309d8f306a","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: setGlobalInterpreter, Class name = f, completed in 42ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: autoSelectInterpreter, Class name = f, completed in 1307ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: autoSelectInterpreter, Class name = f, completed in 1308ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: autoSelectInterpreter, Class name = f, completed in 1309ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:45: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: autoSelectInterpreter, Class name = f, completed in 7ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: autoSelectInterpreter, Class name = f, completed in 8ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: autoSelectInterpreter, Class name = f, completed in 8ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Build the workspace interpreter watcher, Class name = d, completed in 5ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: > ~/anaconda3/condabin/conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Interpreters returned by CurrentPathService are of count 5
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Error Python Extension: 2020-06-05 14:35:46: Exception reading from temporary storage for notebook-storage-file:///Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb [EntryNotFound (FileSystemError): Unable to read file '/Users/USERNAME/Library/Application Support/Code/User/globalStorage/ms-python.python/760c25ff.ipynb' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/Users/USERNAME/Library/Application Support/Code/User/globalStorage/ms-python.python/760c25ff.ipynb') at _handleError (/private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:617:941) at async v.readText (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:532147) at async E.getStoredContentsFromFile (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:301305) at async E.getStoredContents (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:301064) at async E.loadFromFile (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:299137) at async E.load (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:292943) at async g.loadModel (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:577513) at async g.createNotebookEditor (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:576304) at async g.create (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:289984) at async g.open (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:289396) at async g.openNotebookAndCloseEditor (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:287898)] { code: 'FileNotFound', name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Loading web panel. Panel is notset
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Loading web view...
console.ts:137 [Extension Host] Warn Python Extension: 2020-06-05 14:35:46: startHttpServer=false, will not be used. Temporarily turned off
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Web view created.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: > ~/anaconda3/condabin/conda env list
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Current value for rule system is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Current value for rule currentPath is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Selected Interpreter from currentPath, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"e8283dfc68dc21a669c5924d8eacad667ca5a62fb93f89bca37ee8ed07d65d9b1fca9742e4e72e0f7b4dfdc2a17f9875bae39a05ffa45b89be4c2d309d8f306a","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Interpreters, Class name = g, completed in 6ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn","cachedEntry":true},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi","cachedEntry":true},{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Selected Interpreter from system, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true,"displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activation Commands received undefined for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: getActivatedEnvironmentVariables, Class name = E, completed in 285ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown","displayName":"Python 3.7.4 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: > /opt/local/bin/python3.7 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: > /opt/local/bin/python3.7 ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: setGlobalInterpreter, Class name = f, completed in 169ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: autoSelectInterpreter, Class name = f, completed in 370ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Attempting to start a server because of preload conditions ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: setGlobalInterpreter, Class name = f, completed in 193ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: autoSelectInterpreter, Class name = f, completed in 396ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get language server folder name, Class name = f, completed in 200ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: "languageServer.0.5.50"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: setGlobalInterpreter, Class name = f, completed in 244ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true,"displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: autoSelectInterpreter, Class name = f, completed in 468ms, has a falsy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: > ~/anaconda3/condabin/conda env list
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Conda File from interpreter, Class name = _, completed in 180ms, has a truthy return value, Arg 1: "/Users/USERNAME/anaconda3/envs/m2/bin/python", Arg 2: "m2", Return Value: "/Users/USERNAME/anaconda3/bin/conda"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Conda File from interpreter, Class name = _, completed in 139ms, has a truthy return value, Arg 1: "/Users/USERNAME/anaconda3/envs/m2/bin/python", Arg 2: "m2", Return Value: "/Users/USERNAME/anaconda3/bin/conda"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Conda File from interpreter, Class name = _, completed in 138ms, has a truthy return value, Arg 1: "/Users/USERNAME/anaconda3/envs/m2/bin/python", Arg 2: "m2", Return Value: "/Users/USERNAME/anaconda3/bin/conda"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get Conda File from interpreter, Class name = _, completed in 78ms, has a truthy return value, Arg 1: "/Users/USERNAME/anaconda3/envs/m2/bin/python", Arg 2: "m2", Return Value: "/Users/USERNAME/anaconda3/bin/conda"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activation Commands received source /Users/USERNAME/anaconda3/bin/activate,conda activate m2 for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activation Commands received source /Users/USERNAME/anaconda3/bin/activate,conda activate m2 for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activation Commands received source /Users/USERNAME/anaconda3/bin/activate,conda activate m2 for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activation Commands received source /Users/USERNAME/anaconda3/bin/activate,conda activate m2 for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activating Environment to capture Environment variables, . /Users/USERNAME/anaconda3/bin/activate && conda activate m2 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activating Environment to capture Environment variables, . /Users/USERNAME/anaconda3/bin/activate && conda activate m2 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activating Environment to capture Environment variables, . /Users/USERNAME/anaconda3/bin/activate && conda activate m2 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Activating Environment to capture Environment variables, . /Users/USERNAME/anaconda3/bin/activate && conda activate m2 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Get language server folder name, Class name = f, completed in 4ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: "languageServer.0.5.50"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:46: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Get Conda environments, Class name = _, completed in 0ms, has a truthy return value, Arg 1: false, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaFileFromInterpreter-Args="/Users/USERNAME/anaconda3/envs/m2/bin/python"-Arg-Separator-"m2"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Get Conda File from interpreter, Class name = _, completed in 0ms, has a truthy return value, Arg 1: "/Users/USERNAME/anaconda3/envs/m2/bin/python", Arg 2: "m2", Return Value: "/Users/USERNAME/anaconda3/bin/conda"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Activation Commands received source /Users/USERNAME/anaconda3/bin/activate,conda activate m2 for shell bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:47: Activating Environment to capture Environment variables, . /Users/USERNAME/anaconda3/bin/activate && conda activate m2 && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Conda Env List # conda environments:#base * /Users/USERNAME/anaconda3m2 /Users/USERNAME/anaconda3/envs/m2m3ana /Users/USERNAME/anaconda3/envs/m3anascpn /Users/USERNAME/anaconda3/envs/scpnssi /Users/USERNAME/anaconda3/envs/ssi}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Get Conda environments, Class name = _, completed in 2225ms, has a truthy return value, Arg 1: true, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Interpreters returned by CondaEnvFileService are of count 5
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Interpreters returned by CondaEnvFileService are [{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Conda Env List # conda environments:#base * /Users/USERNAME/anaconda3m2 /Users/USERNAME/anaconda3/envs/m2m3ana /Users/USERNAME/anaconda3/envs/m3anascpn /Users/USERNAME/anaconda3/envs/scpnssi /Users/USERNAME/anaconda3/envs/ssi}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Get Conda environments, Class name = _, completed in 1726ms, has a truthy return value, Arg 1: true, Return Value: [{"name":"base","path":"/Users/USERNAME/anaconda3","isActive":true},{"name":"m2","path":"/Users/USERNAME/anaconda3/envs/m2","isActive":false},{"name":"m3ana","path":"/Users/USERNAME/anaconda3/envs/m3ana","isActive":false},{"name":"scpn","path":"/Users/USERNAME/anaconda3/envs/scpn","isActive":false},{"name":"ssi","path":"/Users/USERNAME/anaconda3/envs/ssi","isActive":false}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Interpreters returned by CondaEnvService are of count 6
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Interpreters returned by CondaEnvService are [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:48: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: parseEnvironmentOutput, Class name = E, completed in 1ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: getActivatedEnvironmentVariables, Class name = E, completed in 8161ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: getActivatedEnvironmentVariables, Class name = E, completed in 5782ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: getActivatedEnvironmentVariables, Class name = E, completed in 8334ms, has a truthy return value, Arg 1: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: parseEnvironmentOutput, Class name = E, completed in 1ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: getActivatedEnvironmentVariables, Class name = E, completed in 6797ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import ipykernel"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: parseEnvironmentOutput, Class name = E, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: getActivatedEnvironmentVariables, Class name = E, completed in 8175ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: Get language server folder name, Class name = f, completed in 18ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb>, Return Value: "languageServer.0.5.50"
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:52: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: getActivatedEnvironmentVariables, Class name = E, completed in 1ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: > ~/anaconda3/envs/m2/bin/python ~/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.kernel_launcher_daemon -v
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Execute rpc method prewarm_kernel in DS Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Execute rpc method prewarm_kernel from /Users/USERNAME/anaconda3/envs/m2/bin/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Pre-Warm DS Kernel in DS Kernel Launcher Daemon
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Exec in DS Kernel Launcher Daemon (observable) ['/Users/USERNAME/anaconda3/envs/m2/bin/python', '/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/vscode_datascience_helpers/../pyvsc-run-isolated.py', '/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/pythonFiles/vscode_datascience_helpers/kernel_prewarm_starter.py']
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Exec in DS Kernel Launcher Daemon (observable)
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Kernel launched, with PID 14185
console.ts:137 [Extension Host] Warn Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Waiting for Kernel to die 14185
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Python Daemon (pid: 14183): Kernel launched, with PID as a daemon 14185
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Starting Language Server, Class name = r, completed in 6936ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule system is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true,"displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule currentPath is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: setGlobalInterpreter, Class name = f, completed in 4ms, has a truthy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 9ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: [object Object]. Shell identified as undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Shell path '/bin/bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Shell path identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Terminal shell path '/bin/bash' identified as shell 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: [object Object]. Shell identified as bash
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Shell identified as 'bash'
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Cached data exists KeyPrefix=Cache_Method_Output__.getCondaVersion-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"e8283dfc68dc21a669c5924d8eacad667ca5a62fb93f89bca37ee8ed07d65d9b1fca9742e4e72e0f7b4dfdc2a17f9875bae39a05ffa45b89be4c2d309d8f306a","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Return Value: [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:/Users/USERNAME/projects/dir1/dir2/dir3>, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Create file systemwatcher with pattern */python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Create file systemwatcher with pattern */*/python
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule system is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","cachedEntry":true,"displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule currentPath is {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule windowsRegistry is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Register Interpreter Watcher, Class name = p, completed in 3ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Selected Interpreter from currentPath, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"e8283dfc68dc21a669c5924d8eacad667ca5a62fb93f89bca37ee8ed07d65d9b1fca9742e4e72e0f7b4dfdc2a17f9875bae39a05ffa45b89be4c2d309d8f306a","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"3a07faf14093b74609af814906f0fe6511fa4db7fd3b7d5aed29e19546c17cd249dd6521782caf02624259b1a50f0981b9c77b5b53a47298355e12a2c48427cd","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"4562f8e827ef751bff23b415643da177ce637c292fdffb61ed47021d37fb8fe07c2fca33d1577ac18a979a2bee4f6db3777f1ec1fe6e5bf06b0db5ee0ae44644","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"7776bd26ff8307a13bf6012a950e6e55222c3f1c54fa06b01a474ad66667dbc73a0a9dff7329c5338f0af0646abae521ab64cf22f932a297cbe74c2bcbbdbed6","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"bf228f54f1e0ed281c1c149c0163d7192a2b84f918660357f7c7ac9156c6f9f9fd974deafcc5bb457bfa0c03f902141d8b0058a435f998b71a6bcc546bffac75","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","type":"Unknown"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Build the workspace interpreter watcher, Class name = d, completed in 5ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Get Interpreters, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Arg 2: undefined, Return Value: [{"architecture":3,"path":"/Users/USERNAME/anaconda3/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.3-final","major":3,"minor":7,"patch":3,"prerelease":["final"],"build":[],"version":"3.7.3-final"},"sysPrefix":"/Users/USERNAME/anaconda3","fileHash":"f716aa9f54b7e08f90a7962d62e35cb7bac9bb35689cd1f5ca9bff445106e890469500600495bf1c7d1bf426bc6c27453ac15fff969cb10f33bf58d2535dacc3","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3","envName":"base"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m3ana/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.7-final","major":3,"minor":6,"patch":7,"prerelease":["final"],"build":[],"version":"3.6.7-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m3ana","fileHash":"2f32744d08616f64ec31f2cd9c531150c9569dfa18ec1f1ce882534d6b95cf3f00b2e183bd0253abd42a3dc3cbc3c83841baf8b444348360a6bc5cd3e1f1d4ef","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m3ana","envName":"m3ana"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/scpn/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.15-final","major":2,"minor":7,"patch":15,"prerelease":["final"],"build":[],"version":"2.7.15-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/scpn","fileHash":"640e203536b565d4a68a5f9f7e8a6471d4ca78aa57168434fc81700e3cba341acf2a4eb56fd615e04ee16b39be428695c9e546be6d68a8774b2bcdd0804ebdca","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/scpn","envName":"scpn"},{"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/ssi/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.6.10-final","major":3,"minor":6,"patch":10,"prerelease":["final"],"build":[],"version":"3.6.10-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/ssi","fileHash":"af11e88dd5c6c2df25c9a8bae5531e9d0788c2c82f5395ae05e13930f152c6f064a372e59bfa953b817e8b8d96acc78c70f613976889df8831c4937534a4ed0a","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/ssi","envName":"ssi"},{"architecture":3,"path":"/opt/local/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"2e568a9da9388f781f80ce273d9d9c14cba7575fca2e23c32169b1f607eaa3d6aef2f600aae5004e078bf3987b913a305f763c622f3779672600a3b7fddc5699","type":"Unknown"},{"architecture":3,"path":"/opt/local/bin/python3.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.4-final","major":3,"minor":7,"patch":4,"prerelease":["final"],"build":[],"version":"3.7.4-final"},"sysPrefix":"/opt/local/Library/Frameworks/Python.framework/Versions/3.7","fileHash":"3cd44128bfc7e651b46ab44c0e2297d2c4b0db26d5ec74dd370491062c0737b2cdd4cd790318ac156b65721347bcaaa4098a824e4ea504918bd067e8f28386b3","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"953584b7b9b885f1d8ba3f0ab0d7eb9247cdd44a3e7a57781ed4dc9de65611a263d993b1af28fc673221fe9374c89fb1dff7f244a26067a59b52062abbbe6d15","type":"Unknown"},{"architecture":3,"path":"/usr/local/bin/python3","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.2-final","major":3,"minor":7,"patch":2,"prerelease":["final"],"build":[],"version":"3.7.2-final"},"sysPrefix":"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7","fileHash":"c5e9b065e21b1aaf61189d69622a4dcdd61da0df8bce98cc8104c47feef186d2f9e8884e02a67d216c5e55f2e747535be2ec2ee6ad8d7378154ef2948546542c","type":"Unknown"},{"architecture":3,"path":"/usr/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/System/Library/Frameworks/Python.framework/Versions/2.7","fileHash":"1b0591eb4f1caf65dd09dde53141527cd0904853106afbf7c757f96422542eaa9360e4aae10a9cc6fc8cbfe1b7e9e7b03ae05c04b63009b0b9ba1312df47920c","type":"Unknown"},{"architecture":3,"path":"/usr/local/opt/python@2/bin/python2.7","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"2.7.16-final","major":2,"minor":7,"patch":16,"prerelease":["final"],"build":[],"version":"2.7.16-final"},"sysPrefix":"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7","fileHash":"7db47b971704f643426175d32219b1247f6fc9e2e78589ead27a011fd4f23340fa06299eb89b8a61998151ed33a4670aa704b7592a818f152371bfbd0e1aa253","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Selected Interpreter from system, {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Current value for rule workspaceEnvs is nothing
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: setGlobalInterpreter, Class name = f, completed in 18ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 39ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: setGlobalInterpreter, Class name = f, completed in 23ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: Executing next rule from currentPath
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:53: autoSelectInterpreter, Class name = f, completed in 44ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: setGlobalInterpreter, Class name = f, completed in 45ms, has a falsy return value, Arg 1: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: autoSelectInterpreter, Class name = f, completed in 70ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: Interpreters returned by WorkspaceVirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: Interpreters returned by WorkspaceVirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:35:54: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:03: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3
console.ts:137 [Extension Host] Error Python Extension: 2020-06-05 14:36:03: Exception reading from temporary storage for notebook-storage-file:///Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.py.ipynb [EntryNotFound (FileSystemError): Unable to read file '/Users/USERNAME/Library/Application Support/Code/User/globalStorage/ms-python.python/2260d830.ipynb' (EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open '/Users/USERNAME/Library/Application Support/Code/User/globalStorage/ms-python.python/2260d830.ipynb') at _handleError (/private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:617:941) at async v.readText (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:532147) at async E.getStoredContentsFromFile (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:301305) at async E.getStoredContents (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:301064) at async E.loadFromFile (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:299137) at async E.load (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:292943) at async g.loadModel (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:577513) at async g.createNotebookEditor (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:576304) at async g.create (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:289984) at async g.open (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:289396) at async g.openNotebookAndCloseEditor (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:287898)] { code: 'FileNotFound', name: 'EntryNotFound (FileSystemError)'}
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:03: Loading web panel. Panel is notset
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:03: Loading web view...
console.ts:137 [Extension Host] Warn Python Extension: 2020-06-05 14:36:03: startHttpServer=false, will not be used. Temporarily turned off
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:03: Web view created.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:03: Attempting to start a server because of preload conditions ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:04: getActivatedEnvironmentVariables, Class name = E, completed in 0ms, has a truthy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"/Users/USERNAME/anaconda3/envs/m2/bin/python","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.6-final","major":3,"minor":7,"patch":6,"prerelease":["final"],"build":[],"version":"3.7.6-final"},"sysPrefix":"/Users/USERNAME/anaconda3/envs/m2","fileHash":"f0b5c92d9a3efa3ebda3bab5cee98ef282d0ea287b783796ebfd32c27dfb1e41d1eeb5a58612ac7803176f9a2dfdb8fae993d370a0d6319a372ce5db1181a25f","companyDisplayName":"Anaconda, Inc.","type":"Conda","envPath":"/Users/USERNAME/anaconda3/envs/m2","envName":"m2","displayName":"Python 3.7.6 64-bit ('m2': conda)"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:04: Web view react rendered
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:04: Request for onigasm file at /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/node_modules/onigasm/lib/onigasm.wasm
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:04: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:04: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:04: Request for tmlanguage file.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Cached data exists getEnvironmentVariables, /Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/dogbird_snails.py.ipynb
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Searching for token colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Attempting search for colors ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Loading base colors from /private/var/folders/8q/pv5xw8g90f1_snw612tvf1h12yvcqq/T/AppTranslocation/9CEA653E-99E9-47E0-9AD0-95AB4FB109A7/d/Visual Studio Code-march.app/Contents/Resources/app/extensions/theme-defaults/themes/light_plus.json ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:05: Using colors to generate CSS ...
webviewElement.ts:261 [Embedded Page] Could not create web worker(s). Falling back to loading web worker code in main thread, which might cause UI freezes. Please see https://github.com/Microsoft/monaco-editor#faq
webviewElement.ts:261 [Embedded Page] Failed to construct 'Worker': Script at 'vscode-resource://file///Users/USERNAME/projects/dir1/dir2/dir3/src/dir1c_utils/dir4/editor.worker.js' cannot be accessed from origin 'null'.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Executing cell NotebookImport#0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Waiting for jupyter server and web panel ...
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Checking for server existence.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Checking for server usability.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Starting notebook server.
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Connecting to history server
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: SessionManager - dispose contents manager
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: ShutdownSessionAndConnection - dispose session manager
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Connecting to process for history server
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Connecting server ea6da27e-3f3c-41a6-91e2-d947722750f0 kernelSpec unknown
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Shutdown session -- complete
console.ts:137 [Extension Host] Error Python Extension: 2020-06-05 14:36:09: Failed to connect to server [t [Error]: Invalid response: 403 Forbidden at /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/node_modules/@jupyterlab/services.js:3:394098 at async _.createSession (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:446212) at async _.connect (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:443747) at async t.JupyterSessionManager.startNew (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:440827) at async g.connect (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:415317) at async /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:585254] { response: B [Response] { size: 0, timeout: 0, [Symbol(Body internals)]: { body: [PassThrough], disturbed: false, error: null }, [Symbol(Response internals)]: { url: 'http://localhost:8889/api/contents/?1591392969705', status: 403, statusText: 'Forbidden', headers: [C [Headers]], counter: 0 } }}
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Killing server because of error Error: Invalid response: 403 Forbidden
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Shutting down notebooks for ea6da27e-3f3c-41a6-91e2-d947722750f0
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Shut down session manager
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: SessionManager - dispose contents manager
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: ShutdownSessionAndConnection - dispose session manager
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Shutdown server - dispose conn info
console.ts:137 [Extension Host] Info Python Extension: 2020-06-05 14:36:09: Finished executing cell NotebookImport#0
notificationsAlerts.ts:40 Failed to connect to remote Jupyter notebook. Check that the Jupyter Server URI setting has a valid running server specified. http://localhost:8889/ Error: Invalid response: 403 Forbidden
onDidChangeNotification @ notificationsAlerts.ts:40
(anonymous) @ notificationsAlerts.ts:26
fire @ event.ts:587
addNotification @ notifications.ts:207
notify @ notificationService.ts:106
(anonymous) @ mainThreadMessageService.ts:83
_showMessage @ mainThreadMessageService.ts:44
$showMessage @ mainThreadMessageService.ts:38
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
console.ts:137 [Extension Host] Error Python Extension: 2020-06-05 14:36:09: DataScience Error [i [Error]: at new i (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:1:480683) at /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:586710Error: Invalid response: 403 Forbidden at /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/node_modules/@jupyterlab/services.js:3:394098 at async _.createSession (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:446212) at async _.connect (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:443747) at async t.JupyterSessionManager.startNew (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:440827) at async g.connect (/Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:92:415317) at async /Users/USERNAME/.vscode/extensions/ms-python.python-2020.5.80290/out/client/extension.js:16:585254]
t.log @ console.ts:137
$logExtensionHostMessage @ mainThreadConsole.ts:39
_doInvokeHandler @ rpcProtocol.ts:402
_invokeHandler @ rpcProtocol.ts:387
_receiveRequest @ rpcProtocol.ts:303
_receiveOneMessage @ rpcProtocol.ts:230
(anonymous) @ rpcProtocol.ts:105
fire @ event.ts:587
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:587
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:203
addChunk @ _stream_readable.js:295
readableAddChunk @ _stream_readable.js:276
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166
That log says this:
Failed to connect to remote Jupyter notebook.
And it looks like your URI is set to http://localhost:8889
Are you sure you picked default? Perhaps this is an old log?
To make sure, open the settings ui and check the 'jupyter server uri' setting. Like so:

Both your global and your workspace should just say local with no http:// in front of it.


Pretty sure this is the right log file. Only log file I ever made that I cut into another file to edit out identifiers.
If we add up what you just said and what I claimed earlier that the log said it was not using the right remote port they work out to this:
Some how it is launching with stale info not represented in the UI.
Is there a way to clean anything that might be cached anywhere?
Incidently I had another data point that points to stale info. When I noticed the remote log was ignoring the port I put into the vscode UI remote URL, I went and set up a jupyter server at the port vscode-python was actually logging as using. That started logging events on the jupyter side but the jupyter server said vscode-python was using bad URLs.
Hmm. Well you might start with updating VS code. It's a bit out of date (should be on 1.45.1 right now).
Then uninstall and reinstall the python extension (reloading VS code in between each). Not sure how the setting would be coming out wrong. You can check the settings.json too (the UI should just be reading the settings.json, which is what we read to get the setting).
The newer version is my actual install in applications. I did the uninstall/restart of vscode-python. This what is in my User settings json looks like
{
"telemetry.enableTelemetry": false,
"workbench.colorTheme": "Default Light+",
"python.linting.pylintCategorySeverity.convention": "Warning",
"python.linting.pylintCategorySeverity.error": "Error",
"python.linting.mypyCategorySeverity.note": "Warning",
"python.linting.pycodestyleCategorySeverity.W": "Error",
"workbench.colorCustomizations": {
"activityBar.background": "#00AA00",
"editorError.foreground": "#ff0000",
"editorError.border": "#ff0000",
"editorWarning.foreground": "#e49638"
},
"python.linting.pylintCategorySeverity.refactor": "Error",
"files.autoSaveDelay": 100,
"files.autoSave": "afterDelay",
"editor.tabCompletion": "on",
"editor.detectIndentation": false,
"editor.formatOnPaste": false,
"terminal.integrated.scrollback": 10000,
"editor.useTabStops": false,
"terminal.external.osxExec": "/bin/bash",
"terminal.integrated.shell.osx": "/bin/bash",
"terminal.integrated.shellArgs.osx": ["-l"],
"terminal.explorerKind": "integrated",
"workbench.iconTheme": "material-icon-theme",
"python.linting.pylintUseMinimalCheckers": false,
"python.analysis.diagnosticPublishDelay": 10,
"python.linting.pylintCategorySeverity.warning": "Error",
"python.linting.pylintArgs": [
"--disable=using-constant-test,logging-not-lazy,invalid-name,trailing-whitespace,mixed-indentation,bad-whitespace,line-too-long,redefined-outer-name"
],
"editor.renderWhitespace": "all",
"editor.trimAutoWhitespace": false,
"python.dataScience.sendSelectionToInteractiveWindow": true,
"terminal.integrated.env.osx": {
"PATH": ""
},
"terminal.integrated.inheritEnv": false,
"window.zoomLevel": -1,
"workbench.tree.indent": 30,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.jediEnabled": false,
"terminal.integrated.rendererType": "experimentalWebgl",
"r.bracketedPaste": false,
"python.condaPath":"/Users/USERNAME/anaconda3/condabin/conda"
}
It occurs to me I don't know how that json file stays up to date as new versions of things roll in. That particular one user settings.json is over a year old now.
Fixed it.
Your comments got me thinking about settings so I started sniffing around .vscode folders.
Inside my project directory was a settings.json as:
{
"python.pythonPath": "/Users/USERNAME/anaconda3/envs/m2/bin/python",
"python.dataScience.jupyterServerURI": "http://localhost:8889/?token=7f88c4411629ad42dc415750c8546ef525852090b2f6050b"
}
I deleted the python.dataScience.jupyterServerURI line, restarted and vscode-python took over from there and "local" works again.
I have seen all possible solutions but not work, finally I just upgrade jupyter,notebook,and jupyterlab,like pip3 install -U jupyterlab, and I can choose the kernel in VScode!

Same issue, but with a solution. I am on
The proximate cause of the problem was an attempt to install a new library (actually pysyft). As far as I can see, this pysyft installation messed up some of the Jupyter dependencies, specificaly messing up the version of tornado (pysyft requires one version, Jupyter requires another, etc).
Here is what solved it for me:
py -m uninstall jupyter
After that everything ran as supposed to (except pysyft, which no longer has the version that it needs).
I hope this helps others. It seems the basic issue is - as you install new things - version dependencies may be different for different projects.
Advice to the vscode-python team:
Try installing e.g. pysyft and see its dependencies on tornado and jupyter;
verify that with these specific versions - the vscode "data science" functionality does work well
(or at least document the requirement mismatch)
Cheers!
Making sure that VS Code setting
"python.condaPath": "C:\\Program Files\\miniconda3\\Scripts\\conda.exe"is pointing to the correct directory solved it for me
I removed the conda path option and that worked
Most helpful comment
Yes it's cached in the memento.
@janosh
Jupyteroutput panel and let us know what's in there?Select Jupyter Interpreter..and let us know what currently selected, should be displayed in the picker input as a placeholder. Please select an interpreter that you'd like to use for Jupyter from this list.