Django vidly project creation

I’m following the vidly project creation but getting an error on the startproject command that the distutils module cannot be found.

It appears that distutils was removed from Python 3.12 (current version when I started the course). Anyone run into this issue and how did you solve it? Thank you!