11/01/2022 14:11, Jerin Jacob:
> On Tue, Jan 11, 2022 at 5:14 PM Thomas Monjalon wrote:
> >
> > When using Python 3.10, this warning appears:
> > DeprecationWarning: The distutils package is deprecated
> > and slated for removal in Python 3.12.
> > Use setuptools or check PEP 632 for potenti
On Tue, Jan 11, 2022 at 5:14 PM Thomas Monjalon wrote:
>
> When using Python 3.10, this warning appears:
> DeprecationWarning: The distutils package is deprecated
> and slated for removal in Python 3.12.
> Use setuptools or check PEP 632 for potential alternatives
>
> The PEP 632 recommends
When using Python 3.10, this warning appears:
DeprecationWarning: The distutils package is deprecated
and slated for removal in Python 3.12.
Use setuptools or check PEP 632 for potential alternatives
The PEP 632 recommends replacing "distutils.version" with "packaging".
Bugzilla ID: 914
Cc:
3 matches
Mail list logo