-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip packages for Python 3.8 and 3.9 missing #469
Comments
Ubuntu 20.0, Python 3.8.7, I can successfully install madmom 0.16.1 by However, I met import error after I successfully installed madmom 0.17.dev0 (to use the hpss submodule in audio) by Reinstall did not solve it. |
Installation via I will update the PyPI packages soon and include compatibility for newer Python versions. In the mean time you can install from source as described here: https://madmom.readthedocs.io/en/latest/installation.html#install-from-source |
I read the instruction of install from source, but I did not follow it because of my confusion about the procedure in pyenv. I will try again as the suggested way. Thank you very much for your excellent work and generous sharing. |
@snownstone The solution is either to update your Numpy to v1.20 or wait for my PR #474 to be merged. Btw @superbock, installation via |
With this I could successfully install on python 3.10.4 |
Expected behaviour
Installing via
pip install madmom
should work for newer Python versions as well.Actual behaviour
The text was updated successfully, but these errors were encountered: