What is the best alternative to Crispy-forms

I am working on a project. I am trying to use crispy-forms on Django version 4.0.6 which of course is throwing an error. Is there an alternative to crispy-forms?
I have tried using bootstrap styling, unfortunately I can’t get the error alert to appear in red as it is with crispy-form styling.

Anybody know of any nice alternative to crispy-forms?

What do you mean by “of course is throwing an error”?

I’m using Crispy forms with Django 4.0 and 4.1 and am not having any problems at all.