You may need to rebuild any Python packages you’ve installed from the AUR. To get a list of them, you can run:
pacman -Qoq /usr/lib/python3.9
And to rebuild them all at once with an AUR helper such as yay, you can do:
yay -S $(pacman -Qoq /usr/lib/python3.9) --answerclean All
But if any of the packages don’t work with Python 3.10 yet, this might fail halfway through and you’ll have to do rebuild the remaining ones one or a few at a time.
New warnings when building the fallback initcpio - Possibly missing firmware for module: bfa, qed, qla1280, qla2xxx
That’s due to the recent changes to the linux-firmware package. Note these are warnings, not errors. You only need those firmwares if you have Mellanox Spectrum switches, Marvell devices, Qualcomm SoCs, Cavium LiquidIO server adapters, QLogic devices and Broadcom NetXtreme II 10Gb ethernet adapters. if you have that hardware you can install linux-firmware-qlogic to get rid of those warnings. If you do not have that hardware you can safely ignore those warnings.
pamac install linux-firmware-qlogic
2021-12-31
Python packages from PIP and AUR - how to upgrade them - detailed instructions
i don’t mind checking,but I’m on Stable and don’t want to switch branches.
is there any other way i could install those packages(easily since I’m no expert, and the same for being able to revert if needed)
yes,i just noticed the update.
i installed them both(libnm & networkmanager),rebooted just to make sure,and it’s works; i can normally connect to the internet.
Thank you @Manjaro Team.(and the upstream people’s work)