Can't you install and run Python's OpenCV on Jetson Nano?

I’m going to do object detection from Jetson Nano to Python.
Right now, there’s an error in Python.

Could : error not find a version that satisfies the requirement opencv - python (from version :).
No matching distribution found for openv-python

say that

Is there a solution for anyone who’s solved this?

opencv is already installed, you need only to add:

import cv2

to your script

That command doesn’t work.

apt-get should be able to find openv-python. Is there any problem using the command?

How to install opencv-python in python virtualenv.
If i use apt-get, it will install in system env

Sorry that we don’t have experience in python virtualenv. Maybe you could find solution on python community.