1

我正在尝试使用以下命令将 tts-watson 1.0.0 安装到我的 Mac OS X Sierra:

    sudo pip install tts-watson

安装开始,然后我收到此错误:

    error: could not create'/System/Library/Frameworks/Python.framework/Versions/2.7/share': Operation not permitted

----------------------------------------
    Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-NMf7OP/anyconfig/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-Asdffe-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-NMf7OP/anyconfig/

请帮我解决这个问题。提前致谢。

4

1 回答 1

0

问题是端口音频。要解决此问题,请安装 portaudio。

在 Mac 上,

brew install portaudio

在 Linux 上,

apt-get install portaudio19-dev
于 2017-01-26T06:51:52.283 回答