Lightdm-gtk-greeter doesn't update due to cpython file

cachy-update but also sudo pacman -S lightdm lightdm-gtk-greeter-settings fail with the same error:

error: failed to commit transaction (conflicting files)

lightdm-gtk-greeter-settings: /usr/lib/python3.14/site-packages/lightdm_gtk_greeter_settings/__pycache__/installation_config.cpython-314.pyc exists in filesystem

Errors occurred, no packages were upgraded.

The bug may pose some difficulties to people who just want to update their system. The workaround:

Delete the folder: /usr/lib/python3.14/site-packages/lightdm_gtk_greeter_settings/_pycache_/

About my system:

Hi!

Same problem here. If I understand this right, pyc files should not be distributed, right? They are generated by the Python interpreter when needed. Can this bring problems, like incompatible Python versions?