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
When the current environment holds no binary python, the build crashes at compilation time. (See full log below)
Note: Maybe this issue should be moved to the firestarter repo, I don't know if this is still an issue upstream.
This is a problem for the more recent versions of debian, which only have a python3 binary, as the binary python has always referred to version 2.7 in that context.
Workaround: start from python virtual environment
Fix: Detect/Configure the python binary path correctly and incorporate python3
When the current environment holds no binary
python
, the build crashes at compilation time. (See full log below)Note: Maybe this issue should be moved to the firestarter repo, I don't know if this is still an issue upstream.
This is a problem for the more recent versions of debian, which only have a
python3
binary, as the binarypython
has always referred to version 2.7 in that context.Workaround: start from python virtual environment
Fix: Detect/Configure the python binary path correctly and incorporate python3
The text was updated successfully, but these errors were encountered: