I want to use at command AT+HTTPCLIENT, but the URL is HTTPS, follow the note, I need to enlarge at_process_task stack size to more than 4096
( tutorial https://docs.espressif.com/projects/esp ... html#notes )
So I try run ESP8266_ROS_SDK to edit it
I follow the guide: https://docs.espressif.com/projects/esp ... index.html
At step "Install the Required Python Packages"
I got the error from my computer ( window 10) ( view attached file )
At step "Configure"Missing build requirements in pyproject.toml for pyelftools>=0.22 from https://pypi.tuna.tsinghua.edu.cn/packa ... b50bc88f99 (from -r C:/msys32/home/Admin/esp/ESP8266_RTOS_SDK/requirements.txt (line 13)).
This version of pip does not implement PEP 517 so it cannot build a wheel without 'wheel'.
I run command "make menuconfig", but get the error ( view attached file)
How can it fix 2 issues ?The following Python requirements are not satisfied:
click>=5.0
pyelftools>=0.22
The recommended way to install a packages is via "pacman". Please run "pacman -Ss <package_name>" for searching the package database and if found then "pacman -S mingw-w64-i686-python2-<package_name>" for installing it.
NOTE: You may need to run "pacman -Syu" if your package database is older and run twice if the previous run updated "pacman" itself.
Please read https://github.com/msys2/msys2/wiki/Using-packages for further information about using "pacman"
Alternatively, you can run "C:/msys32/mingw32/bin/python.exe -m pip install --user -r C:/msys32/home/Admin/esp/ESP8266_RTOS_SDK/requirements.txt" for resolving the issue.
make: *** No rule to make target 'check_python_dependencies', needed by 'menuconfig'. Stop.
Thanks you.