app-generator / django-datta-able-pro

Django Dashboard - Datta Able PRO | AppSeed
https://appseed.us/product/datta-able-pro/django/
Other
3 stars 2 forks source link

MacOS - ModuleNotFoundError: No module named 'distutils #13

Closed app-generator closed 8 months ago

app-generator commented 9 months ago

Reported in support (Discord)

ModuleNotFoundError: No module named 'distutils

Patch: replace strtobool with str2bool

To be taken into account.

mominur-helios commented 9 months ago

Install setuptools will solve the problem.

pip install setuptools.

I have added it in the requirements.txt file also

app-generator commented 8 months ago

Closing.