Extensions installed from Debian/Raspbian packages which still exist in trixie should be upgraded if needed as part of the upgrade process but those installed by other means, such as manual installation or pip will have to be dealt with manually.From some further digging, it seems the situation here is similar to installing a new version of Python on an existing Raspberry Pi OS system; install the new Python, install the modules or packages you want to use with it. Effectively reinstalling for the new what one had already installed for the old.
Third party repos shipping deb packages of python extensions will need to add a trixie distribution to their repo and rebuild any packages containing python extensions.
Note: in this context an extension is a module for python that is written in native code (C/C++/Rust/whatever) compailed against the python API rather than being written in python.
Statistics: Posted by plugwash — Fri Aug 29, 2025 2:43 am