You can manually use an older version of Munkres. Or install beets from source, which requires a non-problematic version.
> On Apr 21, 2019, at 8:46 AM, Johan Helsingius <[email protected]> wrote: > > Thanks, but... I might be a bit dense - is there a solution? > > Julf > > On 20-04-19 17:57, Adrian Sampson wrote: >> Please see: >> https://github.com/beetbox/beets/issues/3154 >> >> Adrian >> >> >>> On Apr 20, 2019, at 10:56 AM, Johan Helsingius <[email protected]> wrote: >>> >>> 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. >> > > -- > 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. -- 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.
