[Bug] ansible_runner updated to 2.3.2 last week, superbench fails with python 3.6
Blackhawk95 opened this issue · comments
What's the issue, what's expected?:
from __future__ import annotations
is added to 2.3.2 version of ansible_runner, which seems to be only supported on python 3.7+
How to reproduce it?:
Build superbench on ubuntu 18.04 docker image ( Ubuntu 18.04 by default comes with python 3.6 )
Fixed in #485, pls have a try, thanks for your contribution
Hi @abuccts, Thanks for the update. I believe this fix doesn't help any of the existing releases.
Hi @Blackhawk95, sorry for the late response.
For the pre-built Docker images and sb
inside those images, you can use the previous releases directly.
If you need to build the tool with pip, you will need to use the new release (e.g., v0.8.0) or latest main branch.