For pip:
In my command prompt I type in:
C:/Python/Scripts/pip install aubio
Recommended by this site:
http://aubio.readthedocs.io/en/latest/python_module.html
And get this message:
https://i.stack.imgur.com/oPsI4.jpg
It was suggested that I download a C++ compiler for Python, but doing so hasn't prevented the error.
So I tried installing the module via github.
For Github via pip:
I naturally installed Github and went back to my command prompt.
I typed in:
C:/Python/Scripts/pip install git+git://git.aubio.org/git/aubio
And when that failed:
C:/Python/Scripts/pip install git+git://git.aubio.org/git/aubio.git
I get the error:
Error [WinError 2] The system cannot find the file specified while executing c
ommand git clone -q git://github.com/aubio/aubio.git C:\Users\luke\AppData\Local
\Temp\pip-ornio5sm-build
Cannot find command 'git'
A lot of the other questions had answers concerning a broken setup file, but I'm not entirely sure how I check for that.
Thanks.