Posting it here just so it could be helpful for others.
Hit the following issue today after restarting the cherrymusic-server:
File "/home/cherrymusic/cherrymusic-devel/cherrymusic", line 33, in <module>
import cherrymusicserver
File "/home/cherrymusic/cherrymusic-devel/cherrymusicserver/__init__.py", line 192, in <module>
from cherrymusicserver import cherrymodel
File "/home/cherrymusic/cherrymusic-devel/cherrymusicserver/cherrymodel.py", line 42, in <module>
import audiotranscode
File "/home/cherrymusic/cherrymusic-devel/audiotranscode/__init__.py", line 30, in <module>
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'
To solve it, I had to install the following package - apt install python3-setuptools
Posting it here just so it could be helpful for others.
Hit the following issue today after restarting the cherrymusic-server:
To solve it, I had to install the following package -
apt install python3-setuptools