batou icon indicating copy to clipboard operation
batou copied to clipboard

deprecation warning about using `distutils.util`

Open jugmac00 opened this issue 3 years ago • 3 comments

❯ ./batou deploy staging
Removing expired path: .batou/42f59059 ...
Creating venv ...
/home/jugmac00/Projects/bliss_deployment/./batou:78: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
  import distutils.util
...

jugmac00 avatar Apr 22 '21 08:04 jugmac00

This is Python 3.10, right?

ctheune avatar May 26 '21 12:05 ctheune

Yes

jugmac00 avatar May 26 '21 12:05 jugmac00

Removed in appenv in https://github.com/flyingcircusio/appenv/pull/52, will be included in batou with #458

elikoga avatar Jun 17 '24 22:06 elikoga