Closed athos-ribeiro closed 1 year ago
As described in [1], distutils is a deprecated module and will be removed in python 3.12. The simplest step forward is substituting it with setuptools.
[1] https://docs.python.org/3/library/distutils.html
Thanks!
As described in [1], distutils is a deprecated module and will be removed in python 3.12. The simplest step forward is substituting it with setuptools.
[1] https://docs.python.org/3/library/distutils.html