Keep getting an error about the run.py

Traceback (most recent call last):
File “/home/ubuntu/kobo-install/run.py”, line 87, in
run(force_setup=True)
File “/home/ubuntu/kobo-install/run.py”, line 36, in run
Setup.clone_kobodocker(config)
File “/home/ubuntu/kobo-install/helpers/setup.py”, line 37, in clone_kobodocker
CLI.run_command(git_command, cwd=os.path.dirname(
File “/home/ubuntu/kobo-install/helpers/cli.py”, line 153, in run_command
stdout = subprocess.check_output(command,
File “/usr/lib/python3.9/subprocess.py”, line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File “/usr/lib/python3.9/subprocess.py”, line 505, in run
with Popen(*popenargs, **kwargs) as process:
File “/usr/lib/python3.9/subprocess.py”, line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File “/usr/lib/python3.9/subprocess.py”, line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: ‘’

This is the error i keep getting when trying to renew the ssl by running python3 run.py --setup

Any help is appreciated

Welcome to the community, @Rahul! Pinging @stephenoduor and @ks_1 for your support.