You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just installed zypperoni and it crashes when I run it in my 15.6 installation:
workstation-opensuse:~ # sudo zypperoni dup
Traceback (most recent call last):
File "/usr/bin/zypperoni", line 435, in
out, ret = shell_exec(f"command -v {program}")
File "/usr/bin/zypperoni", line 200, in shell_exec
res = subprocess.run(command, shell=True, capture_output=True, encoding="utf8", errors="replace")
File "/usr/lib64/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'
My python version is 3.6.15
Could you help me?
Thanks for your work.
The text was updated successfully, but these errors were encountered:
diegopaso
changed the title
Error with expected keyword argument
Error with unexpected keyword argument
Feb 16, 2025
Hi.
I've just installed zypperoni and it crashes when I run it in my 15.6 installation:
workstation-opensuse:~ # sudo zypperoni dup
Traceback (most recent call last):
File "/usr/bin/zypperoni", line 435, in
out, ret = shell_exec(f"command -v {program}")
File "/usr/bin/zypperoni", line 200, in shell_exec
res = subprocess.run(command, shell=True, capture_output=True, encoding="utf8", errors="replace")
File "/usr/lib64/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'
My python version is 3.6.15
Could you help me?
Thanks for your work.
The text was updated successfully, but these errors were encountered: