Workspace: WSL2 | VS Code | Python 3.8
The Problem
I'm trying to use mediapipe and cv2 libraries. But the tooltips work very strangely. If I install Pylance as language server, the cv2 module has hints, but the mediapipe module has no hints. If I install Jedi as a language server, the opposite is true.
I tried adding the path /home/user/.local/lib/python3.8/site-packages to Python › Analysis: Extra Path setting, becouse all libraries are contained inthis path, but no results
The Question
How do I configure VS Code so that all tips always work?
source https://stackoverflow.com/questions/75967681/pythons-intellisense-in-vs-code-dont-work-with-cv2-and-mediapipe-together
Comments
Post a Comment