You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
yeswecan
changed the title
Can't install on Ubuntu 20.04.1 - the version of number needed can't be found (0.54.1)
Can't install on Ubuntu 20.04.1 - the version of numba needed can't be found (0.54.1)
Dec 19, 2023
yeswecan
changed the title
Can't install on Ubuntu 20.04.1 - the version of numba needed can't be found (0.54.1)
Can't install on Ubuntu 20.04.1 - the version of numba required by the package can't be found (0.54.1)
Dec 19, 2023
yeswecan
changed the title
Can't install on Ubuntu 20.04.1 - the version of numba required by the package can't be found (0.54.1)
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)
Dec 19, 2023
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!
The text was updated successfully, but these errors were encountered: