Search found 3 matches

by janwil
Fri May 03, 2019 4:36 pm
Forum: ESP-IDF
Topic: Problems running ESP IDF
Replies: 3
Views: 5369

Re: Problems running ESP IDF

Hi again,

After having played around with this and that I finally got the toolchain to work with Python3 in a virtualenv. Still no clue why the site-wide approach did not work, but at least I have a working system now.

Best,
Jan
by janwil
Fri May 03, 2019 8:07 am
Forum: ESP-IDF
Topic: Problems running ESP IDF
Replies: 3
Views: 5369

Re: Problems running ESP IDF

Hi Jan, The Python errors happen after you exit the menuconfig dialog, right? No, the errors happen when I run make menuconfig, so I can not even get to the menu to select "SDK tool configuration" or anything else. If you run the command shown here for Python 2, does it say that everything is alrea...
by janwil
Fri May 03, 2019 6:11 am
Forum: ESP-IDF
Topic: Problems running ESP IDF
Replies: 3
Views: 5369

Problems running ESP IDF

Hello, I am trying to run ESP-IDF on Arch Linux. I followed all the steps on the Getting Started guide (replacing python with python2.7 where necessary), but when I try to run make menuconfig on Hello World example I get The following Python requirements are not satisfied: future>=0.15.2 cryptograph...