PS C:\Users\USER> pip install aubio Collecting aubio Using cached https://files.pythonhosted.org/packages/cd/80/302d89240603e5347c7f8026c8b02c59f8dfaec66c91a743d82de7c86006/aubio-0.4.9.tar.gz Requirement already satisfied: numpy in c:\users\USER\appdata\local\programs\python\python37\lib\site-packages (from aubio) (1.18.1) Installing collected packages: aubio Running setup.py install for aubio ... error ERROR: Command errored out with exit status 1: command: 'c:\users\USER\appdata\local\programs\python\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-u0j9tnu6\\aubio\\setup.py'"'"'; __file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-u0j9tnu6\\aubio\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\USER\AppData\Local\Temp\pip-record-7r9aph1m\install-record.txt' --single-version-externally-managed --compile cwd: C:\Users\USER\AppData\Local\Temp\pip-install-u0j9tnu6\aubio\ Complete output (71 lines): running install running build running build_py creating build creating build\lib.win-amd64-3.7 creating build\lib.win-amd64-3.7\aubio copying python\lib\aubio\cmd.py -> build\lib.win-amd64-3.7\aubio copying python\lib\aubio\cut.py -> build\lib.win-amd64-3.7\aubio copying python\lib\aubio\midiconv.py -> build\lib.win-amd64-3.7\aubio copying python\lib\aubio\slicing.py -> build\lib.win-amd64-3.7\aubio copying python\lib\aubio\__init__.py -> build\lib.win-amd64-3.7\aubio running build_ext checking for aubio = 0.4.9 Running "pkg-config --libs --cflags aubio = 0.4.9" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) Info: aubio 0.4.9 was not found by pkg-config Info: looking for *optional* additional packages checking for libavcodec Running "pkg-config --libs --cflags libavcodec" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) checking for libavformat Running "pkg-config --libs --cflags libavformat" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) checking for libavutil Running "pkg-config --libs --cflags libavutil" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) checking for libswresample Running "pkg-config --libs --cflags libswresample" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) checking for libavresample Running "pkg-config --libs --cflags libavresample" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) checking for sndfile Running "pkg-config --libs --cflags sndfile" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) checking for samplerate Running "pkg-config --libs --cflags samplerate" failed: FileNotFoundError(2, 'The system cannot find the file specified', None, 2, None) Info: libaubio was not installed or built locally with waf, adding src/ workaround on win64 to avoid empty pre-processor output Running command: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\\cl.exe -E -DAUBIO_UNSTABLE=1 -Isrc src\aubio.h Warning: preprocessor produced errors or warnings: Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24245 for x86 Copyright (C) Microsoft Corporation. All rights reserved. aubio.h wrote python\gen\gen-dct.c wrote python\gen\gen-mfcc.c wrote python\gen\gen-specdesc.c wrote python\gen\gen-tss.c wrote python\gen\gen-pitch.c wrote python\gen\gen-onset.c wrote python\gen\gen-tempo.c wrote python\gen\gen-notes.c wrote python\gen\gen-sampler.c wrote python\gen\gen-wavetable.c wrote python\gen\aubio-generated.c wrote python\gen\aubio-generated.h building 'aubio._aubio' extension creating build\temp.win-amd64-3.7 creating build\temp.win-amd64-3.7\Release creating build\temp.win-amd64-3.7\Release\python creating build\temp.win-amd64-3.7\Release\python\ext creating build\temp.win-amd64-3.7\Release\src creating build\temp.win-amd64-3.7\Release\src\io creating build\temp.win-amd64-3.7\Release\src\notes creating build\temp.win-amd64-3.7\Release\src\onset creating build\temp.win-amd64-3.7\Release\src\pitch creating build\temp.win-amd64-3.7\Release\src\spectral creating build\temp.win-amd64-3.7\Release\src\synth creating build\temp.win-amd64-3.7\Release\src\tempo creating build\temp.win-amd64-3.7\Release\src\temporal creating build\temp.win-amd64-3.7\Release\src\utils creating build\temp.win-amd64-3.7\Release\python\gen C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -DAUBIO_VERSION=0.4.9 -DUSE_LOCAL_AUBIO=1 -DHAVE_STDLIB_H=1 -DHAVE_STDIO_H=1 -DHAVE_MATH_H=1 -DHAVE_STRING_H=1 -DHAVE_ERRNO_H=1 -DHAVE_C99_VARARGS_MACROS=1 -DHAVE_LIMITS_H=1 -DHAVE_STDARG_H=1 -DHAVE_MEMCPY_HACKS=1 -DHAVE_WIN_HACKS=1 -DHAVE_WAVWRITE=1 -DHAVE_WAVREAD=1 -Ipython/ext -Ic:\users\USER\appdata\local\programs\python\python37\lib\site-packages\numpy\core\include -Isrc -Ipython\gen -Ic:\users\USER\appdata\local\programs\python\python37\include -Ic:\users\USER\appdata\local\programs\python\python37\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" /Tcpython\ext\aubiomodule.c /Fobuild\temp.win-amd64-3.7\Release\python\ext\aubiomodule.obj aubiomodule.c c:\users\USER\appdata\local\programs\python\python37\include\pyconfig.h(203): fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2 ---------------------------------------- ERROR: Command errored out with exit status 1: 'c:\users\USER\appdata\local\programs\python\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-u0j9tnu6\\aubio\\setup.py'"'"'; __file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-u0j9tnu6\\aubio\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\USER\AppData\Local\Temp\pip-record-7r9aph1m\install-record.txt' --single-version-externally-managed --compile Check the logs for full command output.