python aubio 安裝
在window 10,以pip 安裝 aubio時出現如下的錯誤。這是安裝環境的問題。
https://wiki.python.org/moin/WindowsCompilers
在安裝前,我們先確定setup tool為新的
C++ Compiler for Python 2.7 下載完成,安裝。
然後再安裝一次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即完成。
留言
張貼留言