whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.18k stars 222 forks source link

ESP-IDF forces Python 3.10 which Lua RTOS doesn't support #415

Closed TotallyNotSethP closed 1 year ago

TotallyNotSethP commented 1 year ago

Even using pyenv, ESP-IDF creates a Python install at ~/.espressif/python_env/idf5.0_py3.10_env/bin/python and forces it to be the default. But Lua RTOS doesn't support Python 3. At this point you have two options: upgrade your code and documentation or just release a docker image please!!

TotallyNotSethP commented 1 year ago

restarting shell fixes this