operatorequals/httpimport

Importing libraries with different installation name

Opened this issue · 0 comments

When we want to import cv2 library It shows module not found error.
I know that we need to install it by opencv-python but we can't use the statement "import opencv-python".
How to import the libraries that have a different name in usage and installation. Which one to use.
If we can set it in the profile settings how to do it?