-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Uncaught exception GET /jupyterlab_code_formatter
File "~\python\nse\.venv\Lib\site-packages\tornado\web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~\python\nse\.venv\Lib\site-packages\tornado\web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~\python\nse\.venv\Lib\site-packages\jupyterlab_code_formatter\handlers.py", line 18, in get
"formatters": {
^
File "~\python\nse\.venv\Lib\site-packages\jupyterlab_code_formatter\handlers.py", line 20, in <dictcomp>
"enabled": formatter.cached_importable if use_cache else formatter.importable,
^^^^^^^^^^^^^^^^^^^^
File "~\python\nse\.venv\Lib\site-packages\jupyterlab_code_formatter\formatters.py", line 364, in importable
package_location = subprocess.run(
^^^^^^^^^^^^^^^
File "~\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "~\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "~\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
[W 2024-07-30 01:55:58.738 ServerApp] wrote error: 'Unhandled error'
Traceback (most recent call last):
File "\python\nse.venv\Lib\site-packages\tornado\web.py", line 1788, in _execute\python\nse.venv\Lib\site-packages\tornado\web.py", line 3301, in wrapper
result = method(*self.path_args, **self.path_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\python\nse.venv\Lib\site-packages\jupyterlab_code_formatter\handlers.py", line 18, in get\python\nse.venv\Lib\site-packages\jupyterlab_code_formatter\handlers.py", line 20, in
"formatters": {
^
File "
"enabled": formatter.cached_importable if use_cache else formatter.importable,
^^^^^^^^^^^^^^^^^^^^
File "\python\nse.venv\Lib\site-packages\jupyterlab_code_formatter\formatters.py", line 364, in importable\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 548, in run
package_location = subprocess.run(
^^^^^^^^^^^^^^^
File "
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1026, in init\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1538, in _execute_child
self._execute_child(args, executable, preexec_fn, close_fds,
File "
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified