i can not install a new extension to Pi MusicBox.
via apt-get, i get an error:
apt-get install mopidy-mpd
The following packages have unmet dependencies:
mopidy-mpd : Depends: mopidy (>= 3.0.0) but it is not going to be installed
Depends: python3-pkg-resources but it is not installable
Depends: python3-pykka (>= 2.0.1) but it is not going to be installed
Depends: python3:any but it is not installable
E: Unable to correct problems, you have held broken packages.
via pip, it tells me:
pip install mopidy-mpd
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at Release process - pip documentation v24.0.dev0 pip 21.0 will remove support for this functionality.
ERROR: Could not find a version that satisfies the requirement mopidy-mpd (from versions: none)
ERROR: No matching distribution found for mopidy-mpd
is there another way to add a new extension?