I installed Picard from the extra repo with sudo pacman -S picard
without errors.
However, launching the app fails with the following error:
Traceback (most recent call last):
File "/usr/bin/picard", line 4, in <module>
from picard.tagger import main
ModuleNotFoundError: No module named 'picard'
It’s a Python-based app and it looks like it cannot find its own main module. Are we supposed to install it in a special way given the restrictions on installing python modules globally?