Long story short, I have an ODROID M2 with CoreELEC, and Home Assistant running alongside it in a Docker.
This works great, and has really amped the utility of the device.
However, I’ve come to the point where I want to run some custom Python scripts to manage integrations and automations in Home Assistant, and one in particular requires numpy=1.16
… which isn’t available in CoreELEC, and I can’t just install it, as there’s no package manager.
This leads me to my main question: Is there a way to get NumPy installed and working, while still using CoreELEC, but without having a package manager?