Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting below error #2

Open
murachin opened this issue May 31, 2022 · 1 comment
Open

Getting below error #2

murachin opened this issue May 31, 2022 · 1 comment

Comments

@murachin
Copy link

murachin commented May 31, 2022

I executed script on both windows and linux servers. Keep getting below error and exit the script before creating image file. highly apricate support here.

Linux error:
Traceback (most recent call last):
File "/home/sandun/Desktop/exp2.py", line 22, in
subprocess.run(['bzz', 'payload', 'payload.bzz'])
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: 'bzz'

@novakele
Copy link

Did you install djvulibre-bin?

That is the package providing the binary bzz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants