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

issue in importing imutils on macos

Parth2203 opened this issue · comments

<Traceback (most recent call last):
File "main.py", line 2, in
from imutils import perspective
ImportError: No module named imutils>

I have done installation of package by pip install imutils but still this error is coming.

Did you mix python2 and python3? Try pip3 install imutils to use it with python3