I am trying to install tflite_interpreter on my jetson nano for an experiment however based on the documentation it requires python3.7. I installed python3.7 but now trying to install opencv-python using python3.7 -m pip throws a numpy incompatiblity error.
Could anyone guide me on how to perform inferences on a tflite model on a jetson nano?