Inconsistency detected by ld.so: dl-version.c: 205

Hi,
I just installed mopidy on a Pi Zero with the latest Raspian Buster following these steps:

wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/buster.list
sudo apt-get update
sudo apt-get install mopidy mopidy-spotify mopidy-alsamixer

…and I get the following error when I start mopidy:

Inconsistency detected by ld.so: dl-version.c: 205: _dl_check_map_versions: Assertionneeded != NULL’ failed!`

Any suggestions?

Did you get anywhere with this? I did a successful fresh install on Raspbian just the other week.

Hey, just did a reinstall of Buster and mopidy and everything worked fine.
Must have been some glitch because during the install it could not initally find mopidy-spotify via apt-get. it did after some time.