Custom packages?

Just ordered an eyesy on a whim, and excited to get going with it!

I’m interested to see whether its possible to add custom packages to the OS, and what package management systems I should use/might already be integral?

I was wondering in particular about running (not training!) generative tensorflow-lite models on EYESY.

Also I assume that numpy etc are already included?

Hello!

Welcome to the forum!

EYESY has the Pygame loaded on to it and to my knowledge does not include NumPy.

Hope this helps!

Cheers!

Once you connect to the EYESY with SSH you can install Python packages that you should be able to use in modes.

Looks like the modes run using the system Python, not in a virtualenv (it’s v2.7.13 btw) so installing with sudo pip install numpy should get you most of the way there.