Installing Python 3.8.3 on OpenWrt 19.07.2

Hey guys, I am planning to run a discord bot on my raspberry pie that runs on OpenWrt 19.07.2. Is there a guide on how to install Python 3.8.3? Thank you

You just install it.

https://openwrt.org/packages/pkgdata/python3

I also see:

https://openwrt.org/packages/pkgdata/python3-light

(The repository says is version 3.7.7-2, though. There are also packages for version 2.)

Yup, that's what I saw in google. The bot requires atleast 3.8.3 and greater though, which is why I'm asking it here, is there a way to install 3.8.3?

1 Like

I am curious on what features that the discord bot uses on python 3.8.3 that python 3.7 cannot support?