[Slackbuilds-users] TauonMusicBox needs more deps
Fellype
fellype at gmail.com
Mon Apr 5 18:29:37 UTC 2021
Hi all,
It looks like tauonmb also requires BeautifulSoup4 (runtime dep), which in
turn require python3-soupsieve since tauonmb is built under some python3
stuff. With those deps tauonmb runs fine. Without them, the following
errors are returned in command line:
fellype at plasma:~$ tauonmb
Tauon Music Box v6.5.4
Copyright 2015-2020 Taiko2k captain.gxj at gmail.com
Running from installed location
User files location: /home/fellype/.local/share/TauonMusicBox
Found XDG-Downloads: /home/fellype/Downloads
Found XDG-Music: /home/fellype/
Install directory: /opt/tauon-music-box
Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/PyLyrics/classes.py", line 3, in
<module>
from .functions import *
File "/usr/lib64/python3.9/site-packages/PyLyrics/functions.py", line 2,
in <module>
from bs4 import BeautifulSoup, Comment, NavigableString
ModuleNotFoundError: No module named 'bs4'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib64/python3.9/site-packages/PyLyrics/__init__.py", line 6,
in <module>
from .classes import *
File "/usr/lib64/python3.9/site-packages/PyLyrics/classes.py", line 5, in
<module>
from functions import *
ModuleNotFoundError: No module named 'functions'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/tauon-music-box/tauon.py", line 747, in <module>
from t_modules.t_lyrics import *
File "/opt/tauon-music-box/t_modules/t_lyrics.py", line 22, in <module>
from PyLyrics import PyLyrics
File "/usr/lib64/python3.9/site-packages/PyLyrics/__init__.py", line 11,
in <module>
from functions import *
ModuleNotFoundError: No module named 'functions'
Note: tested in -current. But I guess it also applies to 14.2.
Regards,
Fellype
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20210405/7d5d7166/attachment.htm>
More information about the SlackBuilds-users
mailing list