batou
batou copied to clipboard
deprecation warning about using `distutils.util`
❯ ./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
...
This is Python 3.10, right?
Yes
Removed in appenv in https://github.com/flyingcircusio/appenv/pull/52, will be included in batou with #458