Skip to content

Issue with latest Python 3.13.12 #739

@browseman

Description

@browseman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions