Search found 2 matches
- Thu Jun 13, 2019 4:25 pm
- Forum: ESP-IDF
- Topic: Problems with starting menuconfig
- Replies: 2
- Views: 4376
Re: Problems with starting menuconfig
@Roland, Thank you. You triggered me to check versions. The output of which python is /usr/bin/python, which on a mac is 2.7.10. The buidllog above shows 3.7 was used. I went to /usr/bin and issued the python - m pip install --user -r $IDF_PATH\requirements.txt again and it installed the missing pie...
- Wed Jun 12, 2019 9:12 am
- Forum: ESP-IDF
- Topic: Problems with starting menuconfig
- Replies: 2
- Views: 4376
Problems with starting menuconfig
I have problems starting make menuconfig for the hello world example in the setup guide. My machine is a Mac running 10.14.5. I followed the guide @ https://docs.espressif.com/projects/esp-idf/en/latest/get-started/macos-setup.html but got to this point: MacBook-577:hello_world user$ python -m pip i...