The following Python requirements are not satisfied: pyparsing>=2.0.3,<2.4.0
Posted: Fri May 03, 2019 5:20 am
After pull the latest esp-idf, I'm fail to make project
My build environment is Ubuntu 16.04
To full fill requirement, I'm ran /usr/bin/python -m pip install --user -r /home/gigijoe/ESP32/esp-idf.latest/requirements.txtThe following Python requirements are not satisfied:
pyparsing>=2.0.3,<2.4.0
Version of pyparsing is 2.3.0 which is correct, but I still fail to make...
Successfully installed asn1crypto-0.24.0 cffi-1.12.2 cryptography-2.4.2 enum34-1.1.6 future-0.17.1 ipaddress-1.0.22 pycparser-2.19 pyelftools-0.25 pyparsing-2.3.0 pyserial-3.4 setuptools-41.0.0 six-1.11.0
My build environment is Ubuntu 16.04