jonian / kickoff-player

GTK3 player with MPV, VLC and GStreamer backends, for streaming Ace Streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failure to launch ModuleNotFoundError: No module named 'fuzzywuzzy'

abienz opened this issue · comments

Hi I'm running on Arch Linux, for a while now without issue.

Just now trying it out I get the following error in the command line.

Traceback (most recent call last):
  File "/usr/bin/kickoff-player", line 19, in <module>
    from apis.streams import StreamsApi
  File "/opt/kickoff-player-git/apis/streams.py", line 3, in <module>
    from fuzzywuzzy import fuzz```

You need to rebuild all the python packages from AUR due to python update from 3.7 to 3.8.