I got error on install kobo toolbox on ubuntu

Traceback (most recent call last):
File “run.py”, line 107, in
run()
File “run.py”, line 35, in run
Setup.clone_kobodocker(config)
File “/root/kobo-install/helpers/setup.py”, line 38, in clone_kobodocker
dict_[‘kobodocker_path’]))
File “/root/kobo-install/helpers/cli.py”, line 152, in run_command
cwd=cwd)
File “/usr/lib/python3.6/subprocess.py”, line 356, in check_output
**kwargs).stdout
File “/usr/lib/python3.6/subprocess.py”, line 423, in run
with Popen(*popenargs, **kwargs) as process:
File “/usr/lib/python3.6/subprocess.py”, line 729, in init
restore_signals, start_new_session)
File “/usr/lib/python3.6/subprocess.py”, line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: ‘’: ‘’

You must have given a wrong directory during the install process.

1 Like