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

No module after pip install and no solve by doing pip3 install #198

Open JesseP05 opened 4 years ago

JesseP05 commented 4 years ago

Traceback (most recent call last): File "C:\Users\user\Desktop\recognize_digits.py", line 5, in from imutils.perspective import four_point_transform ModuleNotFoundError: No module named 'imutils'

I installed using: pip install imutils in cmd

tried again after reading similar issue in this repository: pip3 install imutils

All answers are appreciated :)

HelixRichard commented 2 years ago

Try sudo pip3 install --upgrade imutils