New to Pystan, Always get this error when attempting to sample: ModuleNotFoundError: No module named 'stanfit4anon_model...'

Hi can you try this

import multiprocessing
multiprocessing.set_start_method("fork")
3 Likes