This is probably as much an Altair-internal question as it is one for the community, but I'd expect others have run into this as well so maybe there is some knowledge in the community.
When trying to profile a python script I ran into an issue with breeze refusing to / being unable to trace the executable (`python`) because that had the setgid bit set.
The particular python version is part of a (shared) conda environment, so I have to assume that the setgid bit was set as part of that, but I don't know why or whether that's necessary.
Has anybody experienced this (with python or other executables) and has come up with a "workaround" other than removign the setgid bit? Question to the Altair/Ellexus team: are there any ways to side-step that restriction?
Alex