I've installed Meld on Ubuntu 22.04 with apt but when I try to open it with /usr/bin/meld I get this:
Traceback (most recent call last):
File "/usr/bin/meld", line 79, in <module>
import meld.conf # noqa: E402
ModuleNotFoundError: No module named 'meld'
I've read that it can be due to python versions. In /usr/bin I have
python python3 python3.10 python3.10-config
python3-config python3-futurize python3-pasteurize
The default python version is 3.9.8: how can I solve this?