|
from pkg_resources import parse_version # included in setuptools |
Using Python 3.12.3:
"from pkg_resources import parse_version"
returns
:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
Actually that line is not needed if line 59 is changed to:
if setuptools.version < SETUPTOOLS_MIN_VER: