Closed app-generator closed 8 months ago
Reported in support (Discord)
ModuleNotFoundError: No module named 'distutils
Patch: replace strtobool with str2bool
strtobool
str2bool
To be taken into account.
Install setuptools will solve the problem.
setuptools
pip install setuptools.
pip install setuptools
I have added it in the requirements.txt file also
requirements.txt
Closing.
Patch: replace
strtobool
withstr2bool
To be taken into account.