Use sysconfig for Python platform discovery
distutils is deprecated and slated for removal in Python 3.12. sysconfig is the canonical source for platform information.
Please register or sign in to comment
distutils is deprecated and slated for removal in Python 3.12. sysconfig is the canonical source for platform information.