With latest release of SoS we now get this warning when executing sos run:
/mnt/efs/shared/.pixi/envs/python/lib/python3.12/site-packages/sos/targets.py:22: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
Looks like we should fix it by Nov before it turns from warning to error ...
With latest release of SoS we now get this warning when executing
sos run:Looks like we should fix it by Nov before it turns from warning to error ...