Update 2024-05-13: Python rebuilds

Working through the hints for the last UPdate (which worked perfect here with KDE; thanks a lot @team!) I’m trying to

rebuild any AUR Python packages that install files to site-packages or link to libpython3.11.so.

$ pacman -Qoq /usr/lib/python3.11/
fvs
icoextract
patool
python-manjaro-sdk
python-pathvalidate
python-pyasyncore
python-steamgriddb
vkbasalt-cli
$ pamac build $(pacman -Qoq /usr/lib/python3.11)
Error: not found: python-manjaro-sdk

How can I fix this? Furthermore I’d appreciate help to understand the commands:

rebuild-detector
checkrebuild

Hi,

This post may be useful for you:

Thank you. @cscs: Strange thing here:

$ pacman -Ss python-manjaro-sdk
$

but

.

.

https://packages.manjaro.org/?query=python-manjaro-sdk

1 Like

Sorry, I don’t undertand you; what shall I do? Why says pacman -Ss it’s NOT installed, but pamac says it IS installed (from the repo, no hint to AUR).
Trying to remove
python-manjaro-sdk
needs to remove
web-installer-url-handler

$ pacman -Ss web-installer-url-handler
$

Would you remove both?

pacman -Ss searches the repos, not what is installed.
As the package does not exist, it finds nothing.

Absolutely, yes.

1 Like

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