AttributeError: module 'ray.tune' has no attribute 'trial_runner'

How can I fix this issue ?

@Isil_Berfin_Koparan how are you doing the import?

import ray.tune.trial_runner works for me.