botcity-framework-web-python icon indicating copy to clipboard operation
botcity-framework-web-python copied to clipboard

ModuleNotFoundError | distutils

Open bugelseif opened this issue 4 months ago • 0 comments

Describe the bug

Module error when running a bot. ModuleNotFoundError: No module named 'distutils'

  • Python version >= 3.12

Expected behavior

The module must be a requirement to run the bot.

Steps to Reproduce

  • Download the template
  • Install requirements
  • Run the bot
  • Error ModuleNotFoundError: No module named 'distutils' will appear

Possible Solution

Add the setuptools module to the requirements.

My Platform

  • Windows
  • Python >= 3.12

Additional context

bugelseif avatar Jul 31 '25 17:07 bugelseif