ERROR: No matching distribution found for opencv-python

Dear Support,

I have been struggling to try getting the installation working for ovencv-python since other program calls that program.

I have used: sudo pip or pip3 install opencv-python.

Got the ERROR: No matching distribution found for opencv-python

I guess that since Jetson TX2 is the aarm64 architecture, this may be the reason causing the ERROR.

Can someone give me the suggestion on how to solve this problem?

I really appreciate your help!

Jimmy

Yes, you are right about the architecture causes pip/pip3 are not able to install opencv-python.

You could try to either build it from source or install through apt-get.

thanks

thanks