Got this error on macOS when I was trying to setup my project. My python version was 3.12.5. Apparently distutils has been removed in python 3.12.
Managed to fix it by adding setuptools==74.1.2 in requirements.txt and ran docker compose up --build again.
Got this error on macOS when I was trying to setup my project. My python version was 3.12.5. Apparently distutils has been removed in python 3.12.
Managed to fix it by adding
setuptools==74.1.2inrequirements.txtand randocker compose up --buildagain.