Hmm I'm getting an `UnownedDependencyError` for `t...
# general
f
Hmm I'm getting an
UnownedDependencyError
for
tomllib
which should be in the standard library as of 3.11 (which is what I'm using). How do we resolve stdlib modules anyways (I forget)
b
https://github.com/pantsbuild/pants/pull/19005 seems to be what fixed it for
tomllib
, implying it's a manual list
(Based on the tags on https://github.com/pantsbuild/pants/commit/ef7939fa0aff186875ad4e07c9389663b8550542, it looks like that fix is in 2.17)
f
ah... we haven't been able to ugprade due to runaway memory issues
b
Ah, drat.
f
Maybe 2.19 will get us there 🙂