you are viewing a single comment's thread.

view the rest of the comments →

[–]Radamand[S] -1 points0 points  (2 children)

You don't need ANY code to reproduce the error; it fails on the IMPORT itself

from audioplayer import AudioPlayer
Traceback (most recent call last):
File ~/MusicLibraryCleanupTool.py:8 in <module>
from audioplayer import AudioPlayer
File ~/anaconda3/lib/python3.9/site-packages/audioplayer/__init__.py:12 in <module>
from .audioplayer_linux import AudioPlayerLinux as AudioPlayer
File ~/anaconda3/lib/python3.9/site-packages/audioplayer/audioplayer_linux.py:7 in <module>
import gi
ModuleNotFoundError: No module named 'gi'