-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
When running build_package, it fails as curl is not available:
Traceback (most recent call last):
File "build_package.py", line 43, in <module>
subprocess.check_call(["curl", url, "-o", "driver/" + zip_file])
File "/usr/lib/python3.8/subprocess.py", line 359, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python3.8/subprocess.py", line 340, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'curl'
Metadata
Metadata
Assignees
Labels
No labels