尝试安装 displaycal gui 时出现以下错误
dpkg: dependency problems prevent configuration of displaycal:
displaycal depends on python (<< 2.8); however:
Package python is not installed.
displaycal depends on python (>= 2.7~); however:
Package python is not installed.
displaycal depends on python:any (<< 2.8).
displaycal depends on python:any (>= 2.7~).
displaycal depends on python-wxgtk3.0 (>= 3.0) | python-wxgtk2.8 (>= 2.8.11); however:
Package python-wxgtk3.0 is not installed.
Package python-wxgtk2.8 is not installed.
displaycal depends on python-numpy (>= 1.0); however:
Package python-numpy is not installed.
displaycal depends on python-psutil; however:
Package python-psutil is not installed.
displaycal depends on python-gi; however:
Package python-gi is not installed.
displaycal depends on libsdl2-mixer-2.0-0; however:
Package libsdl2-mixer-2.0-0 is not installed.
Python 已安装并位于:/usr/bin/python Python 版本为 Python 3.9.4
它说它可以是错误所说的 2 或超过 2.8。英特尔 macbook pro 上的 Ubuntu 21.04
sudo apt-get install -f
上面的命令没有修复。我认为 Anaconda 可能是导致问题的原因,因为它位于不同的路径,所以我卸载了它,但它没有修复它
程序来源:https ://displaycal.net/ ,他们有一个19.04版本,但之后就没有了
谢谢