Upgrading my server (Ubuntu 18.04.2 LTS), I just installed beets
from scratch using pip. Unfortunately beets doesn't work:

$ beet
Traceback (most recent call last):
  File "/home/julf/.local/bin/beet", line 7, in <module>
    from beets.ui import main
  File
"/home/julf/.local/lib/python2.7/site-packages/beets/ui/__init__.py",
line 42, in <module>
    from beets.autotag import mb
  File
"/home/julf/.local/lib/python2.7/site-packages/beets/autotag/__init__.py",
line 26, in <module>
    from .match import tag_item, tag_album, Proposal  # noqa
  File
"/home/julf/.local/lib/python2.7/site-packages/beets/autotag/match.py",
line 24, in <module>
    from munkres import Munkres
  File "/home/julf/.local/lib/python2.7/site-packages/munkres.py", line 79
    def pad_matrix(self, matrix: Matrix, pad_value: int=0) -> Matrix:
                               ^
SyntaxError: invalid syntax

-- 
You received this message because you are subscribed to the Google Groups 
"beets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to