I am trying to install airflow into windows WSL with Ubunto following this video instructions. However, I am get stuck in the step when I have to initialize the db. When I enter the command airflow db init, I get the following error:
AttributeError: module 'attr' has no attribute 'define'
Please help me debug this error.