open-dynamic-robot-initiative / master-board

Hardware and Firmware of the Solo Quadruped Master Board
BSD 2-Clause "Simplified" License
120 stars 41 forks source link

Update README.md #81

Closed jviereck closed 3 years ago

jviereck commented 3 years ago

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.

jviereck commented 3 years ago

Ping @thomasfla, did you had a chance to take a look at this change?