pyprland failed after python upgrade on arch linux with the following message:
ModuleNotFoundError: No module named 'pyprland'
To fix this, I needed to delete and rebuild pyprland using yay
, since it is not available on the official Arch Linux repos:
sudo pacman -Rd pyprland && yay -S pyprland