careless needs to migrate away from setup.py to a pyproject.toml setup. See the following deprecation warning.
Installing collected packages: careless
Attempting uninstall: careless
Found existing installation: careless 0.4.4
Uninstalling careless-0.4.4:
Successfully uninstalled careless-0.4.4
DEPRECATION: Legacy editable install of careless==0.4.4 from file:///global/cfs/cdirs/lcls/careless/careless (setup.py develop) is deprecated. pip 25.0 will enforce this behaviour change. A possible replacement is to add a pyproject.toml or enable --use-pep517, and use setuptools >= 64. If the resulting installation is not behaving as expected, try using --config-settings editable_mode=compat. Please consult the setuptools documentation for more information. Discussion can be found at https://github.com/pypa/pip/issues/11457
Running setup.py develop for careless
Successfully installed careless-0.4.4
careless
needs to migrate away fromsetup.py
to apyproject.toml
setup. See the following deprecation warning.