Python 313 is blocking the latest update altogether

It bombards me with already exists in filesystem (owned by python313) errors


Checking keyring...                                                                                                                      [1018/1018]
Checking integrity...                                                                                                                    [1018/1018]
Loading packages files...                                                                                                                [1018/1018]
Checking file conflicts...                                                                                                               [1018/1018]
Error: Failed to commit transaction:
conflicting files:
- python: /usr/bin/idle3.13 already exists in filesystem (owned by python313)
- python: /usr/bin/pydoc3.13 already exists in filesystem (owned by python313)
- python: /usr/bin/python3.13 already exists in filesystem (owned by python313)
- python: /usr/bin/python3.13-config already exists in filesystem (owned by python313)
- python: /usr/include/python3.13/Python.h already exists in filesystem (owned by python313)
- python: /usr/include/python3.13/abstract.h already exists in filesystem (owned by python313)
- python: /usr/include/python3.13/bltinmodule.h already exists in filesystem (owned by python313)
- python: /usr/include/python3.13/boolobject.h already exists in filesystem (owned by python313)
[...]

You installed other package (python313) that conflicts with the official python package (python). Probably you need to remove it before updating.

2 Likes

Simply remove python313 package - that’s probably was from AUR (which was already removed).

2 Likes

That did it, thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.