-1

I'm trying to use opencv's aruco library for a project and when I donwload opencv-contrib-python using 'pip install opencv-contrib-python' the aruco submodule doesn't show up.

I've made sure that 'opencv-python' is not installed (because I know that's a common problem) but otherwise I'm stumped. Any thoughts?

Python version = 3.9 opencv-contrib-version = 4.6.0.66

Package               Version
--------------------- --------
numpy                 1.23.2
opencv-contrib-python 4.6.0.66
pip                   22.2.2
setuptools            65.3.0
wheel                 0.37.1

I have two pythons installed 3.9 and 3.10

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36

1 Answers1

-1

This can work on my vscode.

pip install opencv-contrib-python 
pip install aruco
MingJie-MSFT
  • 5,569
  • 1
  • 2
  • 13