Closed waynesun09 closed 1 year ago
The distutils module is deprecated in python 3.10 and will be removed in 3.12:
https://www.python.org/dev/peps/pep-0632
within the setup.py, scheme is used to copy data files:
https://github.com/RedHatQE/pylero/blob/main/setup.py#L2
need be updated with another way with setuptools.
While this depends on: https://github.com/pypa/setuptools/issues/2936
with "purelib" could not be found.
The distutils module is deprecated in python 3.10 and will be removed in 3.12:
https://www.python.org/dev/peps/pep-0632
within the setup.py, scheme is used to copy data files:
https://github.com/RedHatQE/pylero/blob/main/setup.py#L2
need be updated with another way with setuptools.
While this depends on: https://github.com/pypa/setuptools/issues/2936
with "purelib" could not be found.