Matt Morgan

Results 3 comments of Matt Morgan

My team is having the same issue with fragments.py. I'm on Ubuntu and my coworkers are on mac and it seems to happen to all of us.

> I think this will help you. > > https://bit.ly/4eugCty If you don't have the c compliator, install it.(gcc or clang) That link no longer works

There is something up with `_get_sorted_fragments_names` in fragments.py. Even changing the function this much got me what looks like the correct ordering. ``` def _get_sorted_fragments_names( self, fragments_names: Set[str], dependencies_dict: Dict[str,...