Struggling to resolve this issue in version 2.024.19e)

Struggling with the above error

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

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

@Kal_Lam I solved the issue by updating the .run.conf file within the koboinstall folder. The file needed to point to the correct location of the kobo-docker directory. Once the path was updated, everything worked properly.

1 Like

@Kiragu, thank you for sharing the solution with the entire community! :bowing_man: :pray: :tada: This should help the community solve the issue if they are having similar issues.