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.
MIT License
4.51k stars 1.03k forks source link

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

Open naitik2314 opened 3 years ago

naitik2314 commented 3 years ago

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