About installing Mediapipe

I want to use the compiled opencv with cuda (including contrib) to install Mediapipe, but it cannot be installed.

It can only be successfully installed through pip’s opencv python installation. How should we solve it.

sorry, but totally off-topic

opencv-python does not come with cuda support.

if mediapipe requires any cuda support, it cannot come from opencv. it likely comes from elsewhere, e.g. tensorflow or pytorch.

you should seek support from the mediapipe community.