AttributeError: Can't pickle local object 'Mixture._comp_dist_random_wrapper.<locals>.wrapped_random'

I’m having the same issue. I’m not seeing anything on GitHub, did you create an issue that I’m not finding?

I also haven’t figured out a work-around besides cores=1, which is really unfortunate. I’d define a multi-dimensional distribution like in your example, but the mixture models I’m trying to create are mixtures of different distributions.