[SOLVED] Recommended way to use software that depend on python2

2023-04-27 Thread Sadeep Madurange
On 2023-04-26 22:10:49, Matthew Blankenbeheler wrote: > Try this package and see if this fulfills you needs. > https://aur.archlinux.org/packages/esp8266-rtos-sdk. It should work with > python 3. > > On Wed, Apr 26, 2023, 9:58 PM Sadeep Madurange wrote: > > I am trying to setup ESP8266 toolchain [

Re: Recommended way to use software that depend on python2

2023-04-26 Thread Matthew Blankenbeheler
Try this package and see if this fulfills you needs. https://aur.archlinux.org/packages/esp8266-rtos-sdk. It should work with python 3. On Wed, Apr 26, 2023, 9:58 PM Sadeep Madurange wrote: > I am trying to setup ESP8266 toolchain [1] on Arch. The problem is that > their SDK depends on python2.

Recommended way to use software that depend on python2

2023-04-26 Thread Sadeep Madurange
I am trying to setup ESP8266 toolchain [1] on Arch. The problem is that their SDK depends on python2. The aur package for python2 is marked as unmaintained. What is the recommended way to work with python2 on Arch? [1]: https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/in