Setuptools just released 82.0, which finally removes pkg_resources. This breaks screed installation, I think because of setuptools_scm. I think the simplest fix is to pin setuptools < 82 in the pyproject.toml but you might want to do a more wide-ranging update instead.
Setuptools just released 82.0, which finally removes
pkg_resources. This breaksscreedinstallation, I think because ofsetuptools_scm. I think the simplest fix is to pinsetuptools < 82in thepyproject.tomlbut you might want to do a more wide-ranging update instead.