udiboy1209 / beet-sync

Music sync on android for the beets music library manager
1 stars 0 forks source link

RuntimeError: Signalling support is unavailable because the blinker library is not installed. #1

Open spfeifer222 opened 4 years ago

spfeifer222 commented 4 years ago
In [2]: %run beet-sync.py                                                
-------------------------------------------------------------------------
RuntimeError                            Traceback (most recent call last)
~/dev/beet-sync/beet-sync.py in <module>
     30     conn.close()
     31 
---> 32 appcontext_pushed.connect(start_app, app)
     33 appcontext_tearing_down.connect(stop_app, app)
     34 

~/bin/miniconda/envs/MUSIC/lib/python3.8/site-packages/flask/signals.py in _fail(self, *args, **kwargs)
     36 
     37         def _fail(self, *args, **kwargs):
---> 38             raise RuntimeError(
     39                 "Signalling support is unavailable because the blinker"
     40                 " library is not installed."

RuntimeError: Signalling support is unavailable because the blinker library is not installed.
udiboy1209 commented 4 years ago

Maybe try installing this python package : https://pypi.org/project/blinker/ ?

I can't be of more help, sorry! I haven't used this script in years.