Working around installation problem of the esp-idf SDK on python2. Basically, when using the installer, it will try to install the newest package. However, these packages required a newer version of bidict, which no longer supports python3.
Installing these two packages at the given version ensures an old version of bidict can be installed.
Working around installation problem of the esp-idf SDK on python2. Basically, when using the installer, it will try to install the newest package. However, these packages required a newer version of bidict, which no longer supports python3.
Installing these two packages at the given version ensures an old version of bidict can be installed.