Closed luisbocanegra closed 8 months ago
I've got the same problem with openSUSE Tumbleweed. Does anyone know how to solve it? Do the packages maybe need to be updated in openSUSE Build Services @marknefedov?
Yes they needed, but unfortunately currently I have no machine neither time to do this. Auto update service is not compatible with new project layout and suse tw moved to newer python version and dropped some packages. Also it may be better to create a package from pipy version using https://en.opensuse.org/openSUSE:Packaging_Python
Describe the bug The error appears after today's python 3.11 update on Arch, python-colr and python-pywal also stopped working
Solution: Rebuild python-material-color-utilities AUR package or reinstall the pip package Example with paru
paru -S python-material-color-utilities --rebuild
If you use python-colr (colored terminal hex colors) python-pywal (pywal integration) rebuild them too: Example with paru
paru -S python-colr python-pywal --rebuild
Additional context Add any other context about the problem here.