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!

Hi, did you ever find the solution for this?

The Solution - download the version where it is no longer depreciated. If you encounter the cgi missing module - then google to download that as well. Hope this helps.