<div dir="ltr"><div>Hi all,</div><div><br></div><div>It looks like tauonmb also requires BeautifulSoup4 (runtime dep), which in turn require python3-soupsieve since <span class="gmail-LI gmail-ng gmail-Vt gmail-Vs">tauonmb is built under some python3 stuff</span>. With those deps tauonmb runs fine. Without them, the following errors are returned in command line:</div><div><br></div><div>fellype@plasma:~$ tauonmb <br>Tauon Music Box v6.5.4<br>Copyright 2015-2020 Taiko2k <a href="mailto:captain.gxj@gmail.com">captain.gxj@gmail.com</a><br><br>Running from installed location<br>User files location: /home/fellype/.local/share/TauonMusicBox<br>Found XDG-Downloads: /home/fellype/Downloads<br>Found XDG-Music: /home/fellype/<br>Install directory: /opt/tauon-music-box<br>Traceback (most recent call last):<br>  File "/usr/lib64/python3.9/site-packages/PyLyrics/classes.py", line 3, in <module><br>    from .functions import *<br>  File "/usr/lib64/python3.9/site-packages/PyLyrics/functions.py", line 2, in <module><br>    from bs4 import BeautifulSoup, Comment, NavigableString<br>ModuleNotFoundError: No module named 'bs4'<br><br>During handling of the above exception, another exception occurred:<br><br>Traceback (most recent call last):<br>  File "/usr/lib64/python3.9/site-packages/PyLyrics/__init__.py", line 6, in <module><br>    from .classes import *<br>  File "/usr/lib64/python3.9/site-packages/PyLyrics/classes.py", line 5, in <module><br>    from functions import *<br>ModuleNotFoundError: No module named 'functions'<br><br>During handling of the above exception, another exception occurred:<br><br>Traceback (most recent call last):<br>  File "/opt/tauon-music-box/tauon.py", line 747, in <module><br>    from t_modules.t_lyrics import *<br>  File "/opt/tauon-music-box/t_modules/t_lyrics.py", line 22, in <module><br>    from PyLyrics import PyLyrics<br>  File "/usr/lib64/python3.9/site-packages/PyLyrics/__init__.py", line 11, in <module><br>    from functions import *<br>ModuleNotFoundError: No module named 'functions'</div><div><br></div><div>Note: tested in -current. But I guess it also applies to 14.2.</div><div><br></div><div>Regards,</div><div><br></div><div>Fellype<br></div></div>