ModuleNotFoundError: No module named 'setuptools.command.build'

python.exe -m pip install –upgrade pip

C:\Users\Administrator.espressif\python_env\idf5.0_py3.8_env

C:\Users\Administrator.espressif\python_env\idf5.0_py3.8_env>scripts\activate.bat

python -m pip install –upgrade pip setuptools wheel

(idf5.0_py3.8_env) C:\Users\Administrator.espressif\python_env\idf5.0_py3.8_env>python -m pip install –upgrade pip setuptools wheel Requirement already satisfied: pip in c:\users\administrator.espressif\python_env\idf5.0_py3.8_env\lib\site-packages (22.3.1) Requirement already satisfied: setuptools in c:\users\administrator.espressif\python_env\idf5.0_py3.8_env\lib\site-packages (65.6.3) Requirement already satisfied: wheel in c:\users\administrator.espressif\python_env\idf5.0_py3.8_env\lib\site-packages (0.38.4)

import setuptools.command.build ok