Closed nidefawl closed 1 year ago
I fixed it with
pip install pyparsing --upgrade
/usr/bin/python /opt/esp-idf-5.0/tools/ldgen/ldgen.py
Looking at the above I judge that you are not using the supported way of setting up ESP-IDF environments where a separate virtual environment is used for each ESP-IDF release. In your scenario, of course, you must manage package versions by yourself.
For the supported way of setting up the environment, our scripts ensure that pyparsing>=2.0.3,<2.4.0
is used for ESP-IDF v4.4. and pyparsing>=3.0.3,<3.1
for ESP-IDF v5.0..
Answers checklist.
IDF version.
v5.0-547-g20e8e86c80
Operating System used.
Linux
How did you build your project?
Command line with CMake
If you are using Windows, please specify command line type.
None
What is the expected behavior?
No compile error
What is the actual behavior?
While trying to build the Sming Basic_Blink example on fresh Ubuntu 2204 installation using IDF 5.0 I get following error:
I built stuff successfully before on Ubuntu 2204 using IDF version 4.4
Steps to reproduce.
Try to build the Sming Basic_Blink example using IDF 5.0
Build or installation Logs.
More Information.
No response