Skip to content

SOLVED: TypeError: '<' not supported between instances of 'PartitionDefinition' and 'PartitionDefinition' #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
davidm-public opened this issue May 15, 2018 · 1 comment

Comments

@davidm-public
Copy link

Ran into this error:

TypeError: '<' not supported between instances of 'PartitionDefinition' and 'PartitionDefinition'

seems that ./BUILD.sh needs python2

this worked (from: espressif/arduino-esp32#236 )

mkdir /tmp/bin
PATH=/tmp/bin:$PATH
ln -s /usr/bin/python2 /tmp/bin/python
@loboris
Copy link
Owner

loboris commented May 16, 2018

You can explicitly set python2 in menuconfig:
→ SDK tool configuration → Python 2 interpreter, set to python2 or /usr/bin/python2 instead of default python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants