Mopidy 3 service is running version 2.2.2 instead of 3.0.1

I am trying to install Mopidy 3.0.1 and followed the installation guide on this page:

https://docs.mopidy.com/en/latest/installation/debian/

I have a Raspberry Pi 3 - Model B+ - 1.4GHz Cortex-A53 with 1GB RAM running:
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/Raspbian

I installed Musicbox Webclient following the instructions on page:

and ran command:
sudo python3 -m pip install Mopidy-MusicBox-Webclient

but when I check the localhost:6680/mopidy/, I do not see the extension installed.
I ran sudo mopidyctl config to see the service config and it does not list the extension settings even though I added it to the /etc/mopidy/mopidy.conf file.

here is the journalctl output:
sudo journalctl -u mopidy
– Logs begin at Thu 2019-02-14 02:11:59 PST, end at Wed 2020-01-22 15:11:41 PST. –
Jan 22 14:34:52 raspberrypi systemd[1]: Starting Mopidy music server…
Jan 22 14:34:52 raspberrypi systemd[1]: Started Mopidy music server.
Jan 22 14:35:02 raspberrypi mopidy[421]: /usr/lib/python2.7/dist-packages/mopidy/ext.py:202: PkgResourcesDeprecati
Jan 22 14:35:02 raspberrypi mopidy[421]: extension_class = entry_point.load(require=False)
Jan 22 14:35:02 raspberrypi mopidy[421]: INFO Starting Mopidy 2.2.2
Jan 22 14:35:02 raspberrypi mopidy[421]: INFO Loading config from builtin defaults
Jan 22 14:35:02 raspberrypi mopidy[421]: INFO Loading config from /etc/mopidy/mopidy.conf
Jan 22 14:35:02 raspberrypi mopidy[421]: INFO Loading config from command line options
Jan 22 14:35:02 raspberrypi mopidy[421]: INFO Enabled extensions: mpd, http, stream, m3u, softwaremixer, file,
Jan 22 14:35:02 raspberrypi mopidy[421]: INFO Disabled extensions: none
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Starting Mopidy mixer: SoftwareMixer
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Starting Mopidy audio
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Starting Mopidy backends: StreamBackend, M3UBackend, FileBackend
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Loaded 4 local tracks using json
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Starting Mopidy core
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Audio output set to “alsasink device=hw:1,0”
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO MPD server running at [::ffff:127.0.0.1]:6600
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO HTTP server running at [::ffff:0.0.0.0]:6680
Jan 22 14:35:05 raspberrypi mopidy[421]: INFO Starting GLib mainloop
Jan 22 14:55:37 raspberrypi mopidy[421]: INFO GLib mainloop got SIGTERM. Exiting…
Jan 22 14:55:37 raspberrypi mopidy[421]: INFO Stopping Mopidy frontends

ouput when I run mopidy:
pi@raspberrypi:~ $ mopidy
INFO 2020-01-22 15:18:17,605 [1770:MainThread] mopidy.main
Starting Mopidy 3.0.1
ERROR 2020-01-22 15:18:17,900 [1770:MainThread] mopidy.ext
Failed to load extension iris: No module named ‘handlers’
Traceback (most recent call last):
File “/usr/local/lib/python3.7/dist-packages/mopidy/ext.py”, line 209, in load_extensions
extension_class = entry_point.resolve()
File “/usr/lib/python3/dist-packages/pkg_resources/init.py”, line 2417, in resolve
module = import(self.module_name, fromlist=[‘name’], level=0)
File “/usr/local/lib/python3.7/dist-packages/mopidy_iris/init.py”, line 7, in
import handlers
ModuleNotFoundError: No module named ‘handlers’
INFO 2020-01-22 15:18:17,930 [1770:MainThread] mopidy.config
Loading config from builtin defaults
INFO 2020-01-22 15:18:17,936 [1770:MainThread] mopidy.config
Loading config from file:///home/pi/.config/mopidy/mopidy.conf
INFO 2020-01-22 15:18:17,939 [1770:MainThread] mopidy.config
Loading config from command line options
INFO 2020-01-22 15:18:18,422 [1770:MainThread] mopidy.main
Enabled extensions: file, softwaremixer, youtube, m3u, party, http, local-images, stream, musicbox_webclient
INFO 2020-01-22 15:18:18,422 [1770:MainThread] mopidy.main
Disabled extensions: none
ERROR 2020-01-22 15:18:18,872 [1770:MainThread] mopidy.main
Extension youtube failed during setup. This might have left the registry in a bad state.
Traceback (most recent call last):
File “/usr/local/lib/python3.7/dist-packages/mopidy/main.py”, line 129, in main
extension.setup(registry)
File “/usr/local/lib/python3.7/dist-packages/mopidy_youtube/init.py”, line 29, in setup
from .backend import YouTubeBackend
File “/usr/local/lib/python3.7/dist-packages/mopidy_youtube/backend.py”, line 9, in
from urlparse import parse_qs, urlparse
ModuleNotFoundError: No module named ‘urlparse’
ERROR 2020-01-22 15:18:18,880 [1770:MainThread] mopidy.main
Extension local-images failed during setup. This might have left the registry in a bad state.
Traceback (most recent call last):
File “/usr/local/lib/python3.7/dist-packages/mopidy/main.py”, line 129, in main
extension.setup(registry)
File “/usr/local/lib/python3.7/dist-packages/mopidy_local_images/init.py”, line 31, in setup
from .library import ImageLibrary
File “/usr/local/lib/python3.7/dist-packages/mopidy_local_images/library.py”, line 12, in
from mopidy import local
File “/usr/local/lib/python3.7/dist-packages/mopidy/local.py”, line 7, in
from mopidy_local import * # noqa
ModuleNotFoundError: No module named ‘mopidy_local’
INFO 2020-01-22 15:18:18,883 [1770:MainThread] mopidy.commands
Starting Mopidy mixer: SoftwareMixer
INFO 2020-01-22 15:18:18,888 [1770:MainThread] mopidy.commands
Starting Mopidy audio
INFO 2020-01-22 15:18:18,894 [1770:MainThread] mopidy.commands
Starting Mopidy backends: FileBackend, M3UBackend, StreamBackend
INFO 2020-01-22 15:18:18,924 [1770:Audio-2] mopidy.audio.actor
Audio output set to “autoaudiosink”
INFO 2020-01-22 15:18:18,972 [1770:MainThread] mopidy.commands
Starting Mopidy core
INFO 2020-01-22 15:18:18,995 [1770:MainThread] mopidy.commands
Starting Mopidy frontends: HttpFrontend
INFO 2020-01-22 15:18:18,999 [1770:HttpFrontend-8] mopidy.http.actor
HTTP server running at [::ffff:127.0.0.1]:6680
INFO 2020-01-22 15:18:18,999 [1770:MainThread] mopidy.commands
Starting GLib mainloop

Is there something I missed?

thanks.

The Mopidy service runs the version installed from apt so It looks like you do not have the apt.mopidy.com repo correctly added to your sources and so you have gotten the old version from the Raspbian apt repo instead. Try running through the first 3 steps of https://docs.mopidy.com/en/latest/installation/debian/ again. You should see 'apt.mopidy.combeing updated when you runsudo apt update` in the 3rd step.

Hmm, so I reproduced the steps but also did a sudo apt upgrade and removed packages it didn’t need before I reinstalled mopidy. Looks like that did it because it is now working. Thanks for the help!