You are not logged in.
So as you can read in the title i have python-pyqt6 installed which is a required package for me to install in order to make use of the python addons/scripts krita offers but in Krita 6.0.0 they are missing
Also i think Krita 5.3.0 should be included in the extra repo as the Krita dev team deems 6.0.0 a beta build, testing the grounds to move over to qt6
Offline
This has nothing to do with 6.0.0 vs 5.3.0, as the latter is also affected. As a workaround, uninstall python-pyqt5.
Offline
This has nothing to do with 6.0.0 vs 5.3.0, as the latter is also affected. As a workaround, uninstall python-pyqt5.
The scripts still missing
Offline
What are those scripts and how and where were they installed?
Does krita yell any (notably python related) errors at you when you start if from an interactive shell?
pacman -Qs pyqtOnline
This is an upstream bug: https://bugs.kde.org/show_bug.cgi?id=518163
A very hacky solution to this bug until the upstream fixes it:
sudo curl https://invent.kde.org/graphics/krita/-/raw/b374aafbf251cd2ca63ec4bf8454aaaaa90d29ac/plugins/extensions/pykrita/plugin/krita/__init__.py -o /usr/lib/krita-python-libs/krita/__init__.pyOffline