reinstalled same issue, Looked into walking back errors…
[2024-12-19T08:00:17-0800] [PACMAN] Running ‘/usr/bin/pacman -S --noconfirm extra/python-pyqt5’
[2024-12-19T08:00:17-0800] [ALPM] transaction started
[2024-12-19T08:00:18-0800] [ALPM] downgraded python-pyqt5 (5.15.11-2 → 5.15.11-1)
[2024-12-19T08:00:18-0800] [ALPM] transaction completed
[2024-12-19T08:00:18-0800] [ALPM] running ‘30-systemd-update.hook’…
[2024-12-19T08:00:18-0800] [ALPM] running ‘rebuild-detector.hook’…
[2024-12-19T08:00:45-0800] [PACMAN] Running ‘/usr/bin/pacman -S --noconfirm extra/python-requests’
[2024-12-19T08:00:46-0800] [ALPM] transaction started
[2024-12-19T08:00:46-0800] [ALPM] downgraded python-requests (2.32.3-4 → 2.32.3-1)
[2024-12-19T08:00:46-0800] [ALPM] transaction completed
[2024-12-19T08:00:46-0800] [ALPM] running ‘30-systemd-update.hook’…
[2024-12-19T08:00:46-0800] [ALPM] running ‘rebuild-detector.hook’…
[2024-12-19T08:01:10-0800] [PACMAN] Running ‘/usr/bin/pacman -S --noconfirm extra/python-idna’
[2024-12-19T08:01:10-0800] [ALPM] transaction started
[2024-12-19T08:01:10-0800] [ALPM] downgraded python-idna (3.10-2 → 3.10-1)
[2024-12-19T08:01:10-0800] [ALPM] transaction completed
[2024-12-19T08:01:10-0800] [ALPM] running ‘30-systemd-update.hook’…
[2024-12-19T08:01:10-0800] [ALPM] running ‘rebuild-detector.hook’…
[2024-12-19T08:01:37-0800] [PACMAN] Running ‘/usr/bin/pacman -S --noconfirm extra/python-colorama’
[2024-12-19T08:01:37-0800] [ALPM] transaction started
[2024-12-19T08:01:37-0800] [ALPM] downgraded python-colorama (0.4.6-5 → 0.4.6-3)
[2024-12-19T08:01:37-0800] [ALPM] transaction completed
[2024-12-19T08:01:37-0800] [ALPM] running ‘30-systemd-update.hook’…
[2024-12-19T08:01:37-0800] [ALPM] running ‘rebuild-detector.hook’…
[2024-12-19T08:01:55-0800] [PACMAN] Running ‘/usr/bin/pacman -S --noconfirm extra/python-dateutil’
[2024-12-19T08:01:55-0800] [ALPM] transaction started
[2024-12-19T08:01:55-0800] [ALPM] downgraded python-dateutil (2.9.0-6 → 2.9.0-5)
[2024-12-19T08:01:55-0800] [ALPM] transaction completed
[2024-12-19T08:01:55-0800] [ALPM] running ‘30-systemd-update.hook’…
[2024-12-19T08:01:55-0800] [ALPM] running ‘rebuild-detector.hook’…
[2024-12-19T08:02:13-0800] [PACMAN] Running ‘/usr/bin/pacman -S --noconfirm extra/python-six’
[2024-12-19T08:02:13-0800] [ALPM] transaction started
[2024-12-19T08:02:13-0800] [ALPM] downgraded python-six (1.16.0-10 → 1.16.0-9)
[2024-12-19T08:02:13-0800] [ALPM] transaction completed
[2024-12-19T08:02:13-0800] [ALPM] running ‘30-systemd-update.hook’…
[2024-12-19T08:02:13-0800] [ALPM] running ‘rebuild-detector.hook’…
Downgrading python packages seemed to fix it.
Fixed Issue with Bauh
I figured out how to fix this,
Make sure your pacman.conf has Extra and testing commented out, like this.
Navigate too >
/etc/pacman.conf
Inside the folder there is this area
cachyos repos
[cachyos-znver4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist
[cachyos-core-znver4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist
[cachyos-extra-znver4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist
[cachyos]
The testing repositories are disabled by default. To enable, uncomment the
repo name header and Include lines. You can add preferred servers immediately
after the header, and they will be used before the default mirrors.
Include = /etc/pacman.d/cachyos-mirrorlist
#[core-testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
#[extra-testing]
#Include = /etc/pacman.d/mirrorlist
[extra]
If you want to run 32 bit applications on your x86_64 system,
enable the multilib repositories as required here.
Include = /etc/pacman.d/mirrorlist
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
Then run sudo pacman -Syuu
the extra the Command -Syuu will downgrade your packages back to the core and non test versions, it seems like there was a test pushed on some reps, that broken a bunch of python things, this will prevent future bricking.