Zero 2w with older dependencies

Hi,

I’ve started on a project using ‘NathanBuildsDiy’ dronev2 from github.

The project is older than i realised. Opencv and tflite/numpy gave errors when I installed them.

Can anyone here tell me if it’s still possible to get them in any way? I’m afraid I’m new to Linux, but have done some amount of Arduino, if that’s any help.

Here he explains which dependencies work together:

#Use Legacy 64 bit lite OS - bullseye, comes with python 3.9.2 native.
That’s important because google only compiled and made avaialble tflite-support and runtime for python <3.10
#So go with older OS/python because we can’t run make or wheel to build tflite support/runtime on the zero 2 w without running out of memory
#If you try new OS and Installing old python on new OS works for tf-lite but picamera (installed with apt-get) doesn’t work. If we use pip to install that, then libcamera fails, and I don’t have a way to install that on old python on new OS. apt-get seems to default to the 3.11 (newer default) python instead of the old one :frowning:

Thank you to anyone who can help!