You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can explicitly set python2 in menuconfig: → SDK tool configuration → Python 2 interpreter, set to python2 or /usr/bin/python2 instead of default python
Ran into this error:
TypeError: '<' not supported between instances of 'PartitionDefinition' and 'PartitionDefinition'
seems that
./BUILD.sh
needs python2this worked (from: espressif/arduino-esp32#236 )
mkdir /tmp/bin PATH=/tmp/bin:$PATH ln -s /usr/bin/python2 /tmp/bin/python
The text was updated successfully, but these errors were encountered: