Taiko2k / Tauon

The music player of today! :city_sunrise:
https://tauonmusicbox.rocks
GNU General Public License v3.0
1.77k stars 67 forks source link

Discogs module not found - Crash at start #222

Closed legion1978 closed 4 years ago

legion1978 commented 4 years ago

Hello. TMB wont start.

Tauon Music Box v5.1.3 Install directory: /opt/tauon-music-box Traceback (most recent call last): File "/opt/tauon-music-box/tauon.py", line 530, in import discogs_client ModuleNotFoundError: No module named 'discogs_client'

StrangeSeasOfThought commented 4 years ago

@legion1978: You just need to rebuild some of the dependencies, one of them is python-discogs-client.

See #205 for more info.

legion1978 commented 4 years ago

Thank you