What you are describing doesn't seem to be an error but simply the way things are, training machine learning models is computationally intensive, if you are training models using your CPU, most likely is going to take a lot of time. If you have a GPU at your disposal, look into enabling GPU acceleration.