-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Python: replace deprecated 'distutils' #21141
Copy link
Copy link
Closed
Description
Python 3.10 starts emit warnings from OpenCVDetectPython.cmake detection script:
<string>:1: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
<string>:1: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead
Reactions are currently unavailable