On 2025-05-05, Adam Carter <adamcart...@gmail.com> wrote: > On Tue, May 6, 2025 at 12:12 AM Grant Edwards <grant.b.edwa...@gmail.com> > wrote: > >> How do I get a list of installed packages that are preventing >> switching to Python 3.13. >> > > Just one package blocking 3.13 for me > # emerge -pv --emptytree world | grep PYTHON_SINGLE | grep -v 'python3_13'
That dosn't quite work. On my machine that has 15 packages that are preventing switching to 3_13, the line above doesn't show any of them. None of those packages have the PYTHON_SINGLE_TARGET flag. They all use PYTHON_TARGETS. I've tried this: emerge -pv --emptytree world | grep PYTHON_TARGETS | grep -v '[ "]python_3_13 ' But that doesn't work either. emerge finds all sorts of cascading problems and then gives up early. -- Grant