I am having some trouble installing the aubio module for Python. According to the website, the following command typed into the command line should install the module:
pip install git+git://git.aubio.org/git/aubio
However, I only receive an error message "Cannot find git".
As the 2nd attempt, I downloaded the source files from the site, and again tried to install with PIP:
pip install c:/aubio #Anaconda32/sources as directory
I received an error message, "import error: no object named "gen_pyobject".
Finally I tried to use the exact method highlighted in the installation guide:
cd aubio
./waf configure build
Which returns an error message stating that waf is not an external or internal command or program.
I am running out of ideas, how can this extension actually be installed?