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

distutils is deprecated in Python 3.10 #265

Open tirkarthi opened 2 years ago

tirkarthi commented 2 years ago

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

setup from setuptools can be used.

https://github.com/PyImageSearch/imutils/blob/c12f15391fcc945d0d644b85194b8c044a392e0a/setup.py#L1