Install opencv with CUDA and support for python 3.7 +

I have installed opencv with CUDA on my Jetson Nano using this info proided here:
https://qengineering.eu/install-opencv-4.5-on-jetson-nano.html

This works fine but supports only python3.6.9 as far as I can see. How can I install opencv with CUDA for python 3.7 or higher?

Can it be that simple as I with 3.7 and it will install support for 3.7 instead?
alias python3='/usr/bin/python3.7'

You can try this script: GitHub - mdegans/nano_build_opencv: Build OpenCV on Nvidia Jetson Nano

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.