I'm trying to setup ESP-IDF environment on my Raspberry Pi3 follow official getting started guilde: https://docs.espressif.com/projects/esp ... t-started/
Everything went well except the command: idf.py menuconfig
Then I got this log:
- Traceback (most recent call last): File "/home/pi/esp/esp-idf/tools/kconfig_new/menuconfig.py", line 3287, in <module> _main()
- File "/home/pi/esp/esp-idf/tools/kconfig_new/menuconfig.py", line 672, in _main menuconfig(standard_kconfig(__doc__))
- File "/home/pi/esp/esp-idf/tools/kconfig_new/menuconfig.py", line 741, in menuconfig print(curses.wrapper(_menuconfig))
- File "/usr/lib/python2.7/curses/wrapper.py", line 49, in wrapper curses.nocbreak()_curses.error: nocbreak() returned ERRninja: build stopped: subcommand failed.ninja failed with exit code 1
I'm not a good python-er, so it made me a lot tough. Thank you for helping.