0

I'm using an Arduino Yun running OpenWRT and it only runs Python 2.7.

I need to find a microcontroller+processor+WiFi board that supports Python 3. Does the Arduino Tian work for this, or are there any others?

sscirrus
  • 177
  • 1
  • 10

1 Answers1

1

Yes, run the following

opkg update
opkg install python3-base_3.4.3-2_ar71xx.ipk
rebrid
  • 185
  • 1
  • 1
  • 9
  • this does not work on Yun v1 nor on Arduino Industrial 101 im still searching for a greater version then 2.7 on one of those boards... – novski Jan 27 '19 at 14:38