python aubio 安裝

在window 10,以pip 安裝 aubio時出現如下的錯誤。這是安裝環境的問題。

Running "pkg-config --libs --cflags libavformat" failed: WindowsError(2, 'The system cannot find the file specified')
Running "pkg-config --libs --cflags libavutil" failed: WindowsError(2, 'The system cannot find the file specified')
Running "pkg-config --libs --cflags libavresample" failed: WindowsError(2, 'The system cannot find the file specified')
Running "pkg-config --libs --cflags jack" failed: WindowsError(2, 'The system cannot find the file specified')
Running "pkg-config --libs --cflags sndfile" failed: WindowsError(2, 'The system cannot find the file specified')
Running "pkg-config --libs --cflags samplerate" failed: WindowsError(2, 'The system cannot
我們要為 widnow 環境安裝上 visual C++, 如下說明

https://wiki.python.org/moin/WindowsCompilers



在安裝前,我們先確定setup tool為新的

pip install --upgrade setuptools

針對自己的python選Visual C++
在連結中找到下載的網址。個人的python為2.7找到如下


C++ Compiler for Python 2.7 下載完成,安裝。
然後再安裝一次aubio即完成。

留言

這個網誌中的熱門文章

python 找圖自動點擊

Python pyserial 抓取系統內的 COM PORT

VBA EXCEL 工作表變化 馬上執行 的作法 Worksheet_Change