Cant get Mopidy to work

I get this error

ERROR: A GObject based library was not found.

Mopidy requires GStreamer to work. GStreamer is a C library with a
number of dependencies itself, and cannot be installed with the regular
Python tools like pip.

Please see Installation — Mopidy 3.4.2 documentation for
instructions on how to install the required dependencies.

Traceback (most recent call last):
File “/usr/local/bin/mopidy”, line 7, in
from mopidy.main import main
File “/usr/local/lib/python3.7/dist-packages/mopidy/main.py”, line 7, in
from mopidy import commands
File “/usr/local/lib/python3.7/dist-packages/mopidy/commands.py”, line 18, in
from mopidy.audio import Audio
File “/usr/local/lib/python3.7/dist-packages/mopidy/audio/init.py”, line 2, in
from .actor import Audio
File “/usr/local/lib/python3.7/dist-packages/mopidy/audio/actor.py”, line 8, in
from mopidy.audio import tags as tags_lib
File “/usr/local/lib/python3.7/dist-packages/mopidy/audio/tags.py”, line 7, in
from mopidy.internal.gi import GLib, Gst
File “/usr/local/lib/python3.7/dist-packages/mopidy/internal/gi.py”, line 5, in
import gi
File “/usr/lib/python3/dist-packages/gi/init.py”, line 42, in
from . import _gi
ImportError: cannot import name ‘_gi’ from ‘gi’ (/usr/lib/python3/dist-packages/gi/init.py)

Althouh i followed instructions from Mopidy 3 Upgrade FAQ - what should i do to get gstreamer and python3.7 to work together?

Upgrade to Ubuntu 20.04

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.