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

upgrade Error: imutils

sbrgmoreno opened this issue · comments

Hi
I tried to upgrade imutils with the following command:
pip install --upgrade imutils
But this message appear:
ERROR: Cannot uninstall 'imutils'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
how can I fix this?
Thanks