Mopidy-mpd config cannot load

hi

I install mopidy-mpd

sudo python3 -m pip install Mopidy-MPD

and i edit /etc/mopidy/mopidy.conf

[mpd]
enabled = true
hostname = 0.0.0.0
port = 6600

use systemctl restart mopid
run sudo mopidyctl config

[mpd]
enabled = false ; Extension disabled by self check.

like [mpd] option not load?

this is my log
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.main Starting Mopidy 3.2.0
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.config Loading config from builtin defaults
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.config Loading config from file:///usr/share/mopidy/conf.d/mopidy.conf
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.config Loading config from file:///etc/mopidy/mopidy.conf
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.config Loading config from command line options
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.ext Disabled extension mpd: Mopidy>=3.3.0 required, but found Mopidy 3.2.0 at /usr/lib/python3/dist-packages
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.main Enabled extensions: file, iris, stream, softwaremixer, m3u, http, local
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.main Disabled extensions: mpd
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Starting Mopidy mixer: SoftwareMixer
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Mixer volume set to 75
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Starting Mopidy audio
Jul 17 11:58:03 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Starting Mopidy backends: FileBackend, M3UBackend, StreamBackend, LocalBackend
Jul 17 11:58:03 mopidy mopidy[723]: INFO [Audio-2 (_actor_loop)] mopidy.audio.actor Audio output set to “alsasink”
Jul 17 11:58:04 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Starting Mopidy core
Jul 17 11:58:04 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Starting Mopidy frontends: HttpFrontend, IrisFrontend
Jul 17 11:58:04 mopidy mopidy[723]: INFO [HttpFrontend-9 (_actor_loop)] mopidy.http.actor HTTP server running at [::]:6680
Jul 17 11:58:04 mopidy mopidy[723]: INFO [IrisFrontend-10 (_actor_loop)] mopidy_iris.core Starting Iris 3.69.3
Jul 17 11:58:04 mopidy mopidy[723]: INFO [MainThread] mopidy.commands Starting GLib mainloop

What OS is this? Are you installing Mopidy from apt.mopidy.com? Your version is too old.