conda-forge / opencv-feedstock

A conda-smithy repository for opencv.
BSD 3-Clause "New" or "Revised" License
65 stars 60 forks source link

Add typestubs #421

Closed ethanc8 closed 4 months ago

ethanc8 commented 4 months ago

Comment:

OpenCV automatically generates Python typestubs that can be used to get intelligent autocompletion in IDEs when using OpenCV. However, I don't get any typestubs when using the conda-forge packages. Are they located in a different package, and if not, can they be added to the packages?

traversaro commented 4 months ago

See https://github.com/conda-forge/opencv-feedstock/issues/374 . I guess the typestub generation needs to be enabled and the typestub correctly installed.

ethanc8 commented 4 months ago

Oh, then this is a duplicate of #374.

ethanc8 commented 4 months ago

Oops, should be closed as "not planned".