question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to start Kernel ENOTDIR error

See original GitHub issue

Reported by @jaymegordo https://github.com/microsoft/vscode-jupyter/issues/4947#issuecomment-794557767

Environment data

Version: 1.54.0-insider Commit: c47da720f351455681978a48edc4d9a0d095ea0e Date: 2021-02-24T12:22:35.736Z Electron: 11.3.0 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Darwin x64 20.3.0

VS Code version: 1.54.0-insider Jupyter Extension version: Latest from Main branch (from Don) Python Extension version: v2021.3.593199507-dev OS and version: Darwin x64 20.3.0 Python and/or Anaconda version: 3.8.1 Type of virtual environment used: Conda Jupyter server running: Local

Expected behaviour

XXX

Actual behaviour

XXX

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]

  1. XXX

Logs

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

User belongs to experiment group 'pythonJediLSP'
User belongs to experiment group 'jupyterTest'
User belongs to experiment group 'pythonDiscoveryModule'
User belongs to experiment group 'NativeNotebookEditor'
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import notebook"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py -c "import jupyter"
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py jupyter kernelspec --version
Error 2021-03-09 14:34:55: Jupyter Extension (Error in PreWarmKernelDaemon, method:preWarmKernelDaemonPool): [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:55: Install Missing Dependencies, Class name = v, completed in 483ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:55: Failed to connect raw kernel session: Error: spawn ENOTDIR
Error 2021-03-09 14:34:55: failed to create INotebook in kernel, UI Disabled = true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:55: failed to start INotebook in kernel, UI Disabled = true [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
> /Library/Frameworks/Python.framework/Versions/3.8/bin/python3 ~/.vscode-insiders/extensions/ms-toolsai.jupyter-2021.4.637168989/pythonFiles/pyvsc-run-isolated.py vscode_datascience_helpers.daemon --daemon-module=vscode_datascience_helpers.jupyter_daemon -v
Error 2021-03-09 14:34:58: Install Missing Dependencies, Class name = v, completed in 5ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: Failed to connect raw kernel session: Error: spawn ENOTDIR
Error 2021-03-09 14:34:58: failed to create INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: DataScience Error [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: failed to start INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:34:58: Failed to execute cells in CellExecutionQueue [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: Install Missing Dependencies, Class name = v, completed in 308ms, has a falsy return value, Return Value: undefined [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: Failed to connect raw kernel session: Error: spawn ENOTDIR
Error 2021-03-09 14:36:57: failed to create INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: DataScience Error [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: failed to start INotebook in kernel, UI Disabled = false [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}
Error 2021-03-09 14:36:57: Failed to execute cells in CellExecutionQueue [Error: spawn ENOTDIR
	at ChildProcess.spawn (internal/child_process.js:407:11)
	at spawn (child_process.js:557:9)
	at Object.execFile (child_process.js:241:17)
	at Object.t.<computed> [as execFile] (electron/js2c/asar_bundle.js:5:2208)
	at Object.exec (child_process.js:162:25)
	at Object.exec (electron/js2c/asar_bundle.js:5:12113)
	at /Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689299
	at new Promise (<anonymous>)
	at Object.t.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:9:689269)
	at o.shellExec (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:29:17478)
	at P.getActivatedEnvironmentVariablesImpl (/Users/Jayme/.vscode-insiders/extensions/ms-python.python-2021.3.636328865-dev/out/client/extension.js:61:684876)
	at processTicksAndRejections (internal/process/task_queues.js:97:5)] {
  errno: 'ENOTDIR',
  code: 'ENOTDIR',
  syscall: 'spawn'
}```

</p>
</details>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jaymegordocommented, Mar 11, 2021

✅ jupyter kernel starts ✅ conda envs remembered ✅ env name shown in bottom right ✅ run all cells above

Thank you!!

1reaction
DonJayamannecommented, Mar 9, 2021

@jaymegordo Thanks a lot, i think i have a fix for this as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to start Kernel ENOTDIR error · Issue #5093 - GitHub
Attempt to repro the issue & then copy the output from both Python and Jupyter output panel. Finally, please could you try some...
Read more >
Failed to start the kernel on jupyter notebook - Stack Overflow
I am facing the same error , I have run the following command you mentioned in the question and that return me python3...
Read more >
Operating System Error Codes - MariaDB Knowledge Base
Linux and Windows operating system error codes. ... 20, ENOTDIR, Not a directory ... 79, ELIBACC, Can not access a needed shared library....
Read more >
Error Codes (The GNU C Library)
The error code macros are defined in the header file errno.h . All of them expand into integer constant values. Some of these...
Read more >
include/linux/errno.h - pub/scm/linux/kernel/git/nico/archive
#define ENOEXEC 8 /* Exec format error */ ... #define ENOTDIR 20 /* Not a directory */ ... #define EMFILE 24 /* Too...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found