collect: check python version and not just presence of subprocess32
promise are executed with the python interpreter running `slapos node instance` and not with the python interpreter from the software. This might be wrong. When running slapos node on python3, we may be running scripts generated for python3, ie. with subprocess32 installed. This becomes a problem with python3.6 as it fails importing subprocess32
Showing