I have executed a Python solution but in parallel chunks.
Occasionally the following error was thrown which I could circumvent by re-execution:
ERROR Python Script 3:983:0:819:0:853:955 Execute failed: Could not start Python. There are problems with your Python environment:
Python installation could not be determined.xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
ERROR Python Script 3:983:0:819:0:853:927 Execute failed: Could not start Python. There are problems with your Python environment:
Python installation could not be determined.xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
ERROR Parallel Chunk End 3:983:0:819:0:783 Execute failed: Not all chunks finished - check individual chunk branches for details.
unfortunately, this seems to be an issue related to Apple according to the following links.
Could you try the first (or other) links suggestion with xcode-select --install?
Edit: a link with even more solution possibilities
Thanks a lot for your suggestions @steffen_KNIME. I have worked through these and going to pay attention if the erratic issue still occurs. Enjoy your weekend!