gpt4 book ai didi

python - 由于 pocketsphinx,无法在 Ubuntu 上安装 textract(适用于 python 2.x)

转载 作者:太空宇宙 更新时间:2023-11-04 07:32:15 25 4
gpt4 key购买 nike

我已按照 textract 网站上的说明进行操作,但由于 pocketsphinx 而出现错误

我已经尝试使用 pip 单独安装 pocketsphinx 但出现了同样的错误:

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

我正在尝试在 Ubuntu 16.04 上安装它。如果重要的话,我会在虚拟机上运行它。

最佳答案

缺少 libpulse-dev 的依赖项,否则 pocketsphinx 编译将失败。

安装为

sudo apt-get install libpulse-dev

此外,在我的 Ubuntu 上,我必须安装其他几个依赖项才能使 textract 正常工作。

sudo apt-get install swig
sudo apt-get install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libssl-de
sudo easy_install greenlet
sudo easy_install gevent

关于python - 由于 pocketsphinx,无法在 Ubuntu 上安装 textract(适用于 python 2.x),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45155508/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com