BeatNet is state-of-the-art (Real-Time) and Offline joint music beat, downbeat, tempo, and meter tracking system using CRNN and particle filtering. (ISMIR 2021's paper implementation).
Creative Commons Attribution 4.0 International
334
stars
55
forks
source link
Can't install on Ubuntu 20.04.1 - the version of numba required by the package can't be found by pip (0.54.1) #35
I tried changing the numba version in setup.py to 0.55.0 (which is the closest version that is available) and that makes it install but it crashes with a numpy error then. Should I try to install 0.55.0 and move on with debugging numpy?
Hey there! Here's the error when trying to install with pip, either from
pip install beatnet
or by runningpip install .
:I tried changing the numba version in setup.py to 0.55.0 (which is the closest version that is available) and that makes it install but it crashes with a numpy error then. Should I try to install 0.55.0 and move on with debugging numpy?
Thanks!