['podman', '--version', ''] using podman version: 3.0.1 ** excluding: set() ['podman', 'network', 'exists', 'busybox_default'] Error: unrecognized command `podman network exists` Try 'podman network --help' for more information. ['podman', 'network', 'create', '--label', 'io.podman.compose.project=busybox', '--label', 'com.docker.compose.project=busybox', 'busybox_default'] Error: the network name busybox_default is already used Traceback (most recent call last): File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 563, in assert_cnt_nets try: compose.podman.output([], "network", ["exists", net_name]) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 820, in output return subprocess.check_output(cmd_ls) File "/usr/local/bin/python3/lib/python3.10/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/local/bin/python3/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['podman', 'network', 'exists', 'busybox_default']' returned non-zero exit status 125. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/python3/bin/podman-compose", line 8, in sys.exit(main()) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 1775, in main podman_compose.run() File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 1024, in run cmd(self, args) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 1248, in wrapped return func(*args, **kw) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 1415, in compose_up podman_args = container_to_args(compose, cnt, detached=args.detach) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 645, in container_to_args assert_cnt_nets(compose, cnt) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 579, in assert_cnt_nets compose.podman.output([], "network", args) File "/usr/local/bin/python3/lib/python3.10/site-packages/podman_compose.py", line 820, in output return subprocess.check_output(cmd_ls) File "/usr/local/bin/python3/lib/python3.10/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/local/bin/python3/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['podman', 'network', 'create', '--label', 'io.podman.compose.project=busybox', '--label', 'com.docker.compose.project=busybox', 'busybox_default']' returned non-zero exit status 125.