Code: Select all
esp-idf % . ./export.sh
Detecting the Python interpreter
Checking "python3" ...
Python 3.14.3
"python3" has been detected
Checking Python compatibility
Checking other ESP-IDF version.
Adding ESP-IDF tools to PATH...
Checking if Python packages are up to date...
Constraint file: /Users/user/.espressif/espidf.constraints.v5.1.txt
Requirement files:
- /Development/esp32/esp-idf/tools/requirements/requirements.core.txt
Python being checked: /Users/user/.espressif/python_env/idf5.1_py3.14_env/bin/python
pkg_resources cannot be imported. The most common cause is a missing pip or setuptools package. If you've installed a custom Python then these packages are provided separately and have to be installed as well. Please refer to the Get Started section of the ESP-IDF Programming Guide for setting up the required packages.Code: Select all
pkg_resources has been removed from Setuptools.