Trying to pre-process an audio dataset with 30000 files and merge them into a single hdf5 makes the following error:
Traceback (most recent call last):
File "[...]/renku/cli/_exc.py", line 100, in main
result = super().main(*args, **kwargs)
File "[...]/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "[...]/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "[...]/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "[...]/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "[...]/renku/cli/_client.py", line 80, in new_func
result = ctx.invoke(method, client, *args, **kwargs)
File "[...]/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "[...]/renku/cli/run.py", line 187, in run
for _, path in tool.iter_input_files(client.workflow_path)
File "[...]/renku/api/storage.py", line 122, in pull_paths_from_storage
stderr=STDOUT,
File "[...]/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
File "[...]/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "[...]/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 7] Argument list too long: 'git'
Trying to pre-process an audio dataset with 30000 files and merge them into a single hdf5 makes the following error:
Renku version: 0.5.0
OS: Linux (#1 SMP Tue Nov 27 12:40:57 EST 2018)
Python: 3.6.8
Traceback