PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'imutils' on Windows even though it shows Requirement already satisified

naitik2314 opened this issue · comments

ModuleNotFoundError: No module named 'imutils', but when I ran pip install imutils, the command prompt output is:
Requirement already satisfied: imutils in c:\users\naitik\appdata\local\programs\python\python36\lib\site-packages, I am using Python 3.6.4

Capture