Sudo python3 -m pip install textract
Sudo apt-get install textract
pip install textract
Sudo apt-get install swig
Textractをpython3にインストールしたいのですが、適切にインストールできません。次のエラーが表示されます。
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/Android -I/usr/include/python2.7 -c swig/sphinxbase/ad_wrap.c -o build/temp.linux-x86_64-2.7/swig/sphinxbase/ad_wrap.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DSPHINXBASE_EXPORTS -DPOCKETSPHINX_EXPORTS -DSPHINX_DLL -DHAVE_CONFIG_H -Ideps/sphinxbase/include -Ideps/sphinxbase/include/sphinxbase -Ideps/sphinxbase/include/Android -I/usr/include/python2.7 -c deps/sphinxbase/src/libsphinxad/ad_Pulse.c -o build/temp.linux-x86_64-2.7/deps/sphinxbase/src/libsphinxad/ad_Pulse.o -Wno-unused-label -Wno-strict-prototypes -Wno-parentheses -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unused-result -Wno-sign-compare -Wno-misleading-indentation
deps/sphinxbase/src/libsphinxad/ad_Pulse.c:44:30: fatal error: Pulse/pulseaudio.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
次の手順を実行します:
Textractのソースファイルを以下からダウンロードします。 https://pypi.python.org/pypi/textract
pip3インストールpdfminer3k
ダウンロードしたファイルを解凍します
ディレクトリに移動します
実行:python3 setup.py install
まずlibpulse-dev
をUbuntuに、またはpulseaudio-libs-devel
をFedoraにインストールする必要があります。
Sudo apt-get install libpulse-dev
をお試しくださいSudo dnf install pulseaudio-libs-devel
をお試しください少なくともこれでうまくいきます。
次のコマンドを使用してインストールできます。
pip install git+https://github.com/deanmalmgren/textract.git
最初にcondaにpipをインストールします。 python -m pip install --upgrade pip
次に、textractをインストールします。pip install textract