meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sw:esp:idf:issues:ruamel [2025/12/11 18:27] – created niziak | sw:esp:idf:issues:ruamel [2025/12/11 19:01] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ruamel.yaml.clib ====== | ====== ruamel.yaml.clib ====== | ||
| + | |||
| + | **Problem: | ||
| + | |||
| + | IDF routine to check for requirements fails on '' | ||
| + | |||
| + | **Fix:** | ||
| + | |||
| + | Issue is fixed in: | ||
| + | * v5.2.6: [[https:// | ||
| + | * v5.5: [[https:// | ||
| + | |||
| + | See also [[https:// | ||
| + | |||
| + | **Traces** | ||
| < | < | ||
| Line 31: | Line 45: | ||
| . / | . / | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | source / | ||
| + | update-dependencies | ||
| + | Setting IDF_PATH to '/ | ||
| + | Detecting the Python interpreter | ||
| + | Checking " | ||
| + | Python 3.9.2 | ||
| + | " | ||
| + | Checking Python compatibility | ||
| + | Checking other ESP-IDF version. | ||
| + | Adding ESP-IDF tools to PATH... | ||
| + | Checking if Python packages are up to date... | ||
| + | Constraint file: / | ||
| + | Requirement files: | ||
| + | - / | ||
| + | Python being checked: / | ||
| + | The following Python requirements are not satisfied: | ||
| + | ' | ||
| + | To install the missing packages, please run " | ||
| + | Diagnostic information: | ||
| + | IDF_PYTHON_ENV_PATH: | ||
| + | Python interpreter used: / | ||
| + | |||
| </ | </ | ||