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

distutils is deprecated in Python 3.10

tirkarthi opened this issue · comments

Ref : https://www.python.org/dev/peps/pep-0632/#migration-advice

setup from setuptools can be used.

from distutils.core import setup