Hello,
here I got the following error when I want to run the app.
Nbterm runs but is not functional.
File "/home/***/.local/lib/python3.8/site-packages/kernel_driver/driver.py", line 98, in start
self.kernel_process = await launch_kernel(
File "/home/***/.local/lib/python3.8/site-packages/kernel_driver/connect.py", line 73, in launch_kernel
p = await asyncio.create_subprocess_exec(
File "/usr/lib/python3.8/asyncio/subprocess.py", line 236, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
File "/usr/lib/python3.8/asyncio/base_events.py", line 1630, in subprocess_exec
transport = await self._make_subprocess_transport(
File "/usr/lib/python3.8/asyncio/unix_events.py", line 197, in _make_subprocess_transport
transp = _UnixSubprocessTransport(self, protocol, args, shell,
File "/usr/lib/python3.8/asyncio/base_subprocess.py", line 36, in __init__
self._start(args=args, shell=shell, stdin=stdin, stdout=stdout,
File "/usr/lib/python3.8/asyncio/unix_events.py", line 789, in _start
self._proc = subprocess.Popen(
File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
Exception [Errno 2] No such file or directory: 'python'
Press ENTER to continue...
Thanks for giving me some hint.