runtime error
Traceback (most recent call last): File "/code/app.py", line 2, in <module> ColabCode(port=7860, password=None, authtoken=None) File "/usr/local/lib/python3.10/site-packages/colabcode/code.py", line 42, in __init__ self._install_code() File "/usr/local/lib/python3.10/site-packages/colabcode/code.py", line 49, in _install_code subprocess.run(["wget", "https://code-server.dev/install.sh"], stdout=subprocess.PIPE) File "/usr/local/lib/python3.10/subprocess.py", line 503, in run with Popen(*popenargs, **kwargs) as process: File "/usr/local/lib/python3.10/subprocess.py", line 971, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/lib/python3.10/subprocess.py", line 1863, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'wget'
Container logs:
Fetching error logs...