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
Sebastian Böck edited this page Oct 15, 2015
·
8 revisions
Right now this is a loose collection of some Q&A:
Q: I get ImportErrors A: Set your PYTHONPATH and export it, e.g. export PYTHONPATH='/path/to/madmom/'
Q: Why does it crash on Mac OS X? A: You most probably have numpy and scipy linked against the Accelerate Framework. Rebuild these modules to be linked against ATLAS to gain multi-threaded support.
Q: I get weird errors or tests fail A: Make sure that you have recent numpy, scipy and cython versions installed and that your compiled modules are up to date. Update them with pip install --upgrade numpy scipy cython and python setup.py build_ext --inplace.