Closed vondele closed 3 years ago
using stdout=subprocess.PIPE, stderr=subprocess.PIPE
instead of capture_output=True
fixes it for me.
fixed 2a2bdbd07ab3e85b65748853253b372864141f13
I suggest to state the minimum python version supported. Pyhton 3.5 is EOL since September 2020 (see https://endoflife.date/python) and on Linux is easy to install any python distro/version with pyenv
The build process seems to require python 3.7 or newer: