我想使用scikits.talkbox,但導入scikits.talkbox時出現以下錯誤。 Traceback (most recent call last): File "/home/seref/Desktop/machine learning codes/MFCC/main.py", line 3, in from scikits.talkbox.features.mfcc import m
我試圖在Mac OS X在這裏使用scikits.talkbox.lpc是我的嘗試: #Python 2
sudo pip install scikits.talkbox. (Edit: no dot after talkbox here)
python
>>> from scikits.talkbox import lpc
ImportError: No module named s
您好,我需要使用scikits.audiolab我試圖安裝它,如下所示: MacBook-Pro:bin$ sudo pip install scikits.audiolab
不過我: The directory '/Users/Library/Caches/pip/http' or its parent directory is not owned by the current user a