I try to install mediapipe python package on AGX Xavier. When I try to install on my laptop which has Ub
untu 16.04 OS, everything is OK. But when I try to install it on AGX Xavier via same command it returns following errors:
No matching distribution found for mediapipe
Error: Could not find a version that satisfies the requirement mediapipe
I understand that the processors are different.
How to solve problem?
I followed the instructions but it effects complied opencv but I want to install mediapipe with my own compiled opencv because of the other parts of my software.