06-12-2020, 08:02 PM
(06-12-2020, 07:09 PM)HemiRick Wrote: ok followed your instructions and it appeared to install
running mpdrandom -h
get me this
pi@moodegarage:~/mpdrandom $ mpdrandom -h
Traceback (most recent call last):
File "/usr/local/bin/mpdrandom", line 4, in <module>
from lib.mpdrandom import main
File "/usr/local/lib/python3.7/dist-packages/lib/mpdrandom.py", line 22, in <module>
import mpd
ModuleNotFoundError: No module named 'mpd'
Its not working for some reason plz help Thanks
You might need to install the python-mpd2 package, like so:
Code:
pip install python-mpd2