2017-03-04 22 views
0

私はずっとTesseract-ocrライブラリをインストールしようとしていました。他のパッケージやソリューションに関連した多くの同様の問題を読んでください。Pess install tesseract-ocr:終了ステータス2で失敗しました

私の問題はMicrosoft Visual Studioに関するものだと思います。

エラー:以下のコード指定されたエラーがあるコマンドは、 'C:\プログラムファイルのMicrosoftのVisual Studio \(x86の)10.0 \ VC \ビン\ x86_amd64 \ cl.exeの' 終了ステータスで失敗しました2

私は更新され、再インストール、アンインストールし、多くのことを試してみましたが、それでも

おかげで、すでに今

C:\Users\af>pip install tesseract-ocr 
Collecting tesseract-ocr 
    Using cached tesseract-ocr-0.0.1.tar.gz 
Requirement already satisfied: cython in c:\python34\lib\site-packages (from tesseract-ocr) 
Building wheels for collected packages: tesseract-ocr 
    Running setup.py bdist_wheel for tesseract-ocr ... error 
    Complete output from command c:\python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\af\\AppData\\Local\\Temp\\pip-build-ggf9qvw1\\tesseract-ocr\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\af\AppData\Local\Temp\tmpdnkpad7cpip-wheel- --python-tag cp34: 
    running bdist_wheel 
    running build 
    running build_py 
    file tesseract_ocr.py (for module tesseract_ocr) not found 
    file tesseract_ocr.py (for module tesseract_ocr) not found 
    running build_ext 
    building 'tesseract_ocr' extension 
    creating build 
    creating build\temp.win-amd64-3.4 
    creating build\temp.win-amd64-3.4\Release 
    c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Bin\x86_amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ic:\python34\include -Ic:\python34\include /Tptesseract_ocr.cpp /Fobuild\temp.win-amd64-3.4\Release\tesseract_ocr.obj 
    tesseract_ocr.cpp 
    tesseract_ocr.cpp(463) : fatal error C1083: Cannot open include file: 'leptonica/allheaders.h': No such file or directory 
    error: command 'c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\Bin\\x86_amd64\\cl.exe' failed with exit status 2 

    ---------------------------------------- 
    Failed building wheel for tesseract-ocr 
    Running setup.py clean for tesseract-ocr 
Failed to build tesseract-ocr 
Installing collected packages: tesseract-ocr 
    Running setup.py install for tesseract-ocr ... error 
    Complete output from command c:\python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\af\\AppData\\Local\\Temp\\pip-build-ggf9qvw1\\tesseract-ocr\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\af\AppData\Local\Temp\pip-tcjuee8m-record\install-record.txt --single-version-externally-managed --compile: 
    running install 
    running build 
    running build_py 
    file tesseract_ocr.py (for module tesseract_ocr) not found 
    file tesseract_ocr.py (for module tesseract_ocr) not found 
    running build_ext 
    building 'tesseract_ocr' extension 
    creating build 
    creating build\temp.win-amd64-3.4 
    creating build\temp.win-amd64-3.4\Release 
    c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\Bin\x86_amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -Ic:\python34\include -Ic:\python34\include /Tptesseract_ocr.cpp /Fobuild\temp.win-amd64-3.4\Release\tesseract_ocr.obj 
    tesseract_ocr.cpp 
    tesseract_ocr.cpp(463) : fatal error C1083: Cannot open include file: 'leptonica/allheaders.h': No such file or directory 
    error: command 'c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\Bin\\x86_amd64\\cl.exe' failed with exit status 2 

    ---------------------------------------- 
Command "c:\python34\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\af\\AppData\\Local\\Temp\\pip-build-ggf9qvw1\\tesseract-ocr\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\af\AppData\Local\Temp\pip-tcjuee8m-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\af\AppData\Local\Temp\pip-build-ggf9qvw1\tesseract-ocr\ 

答えて

1

がpytesseractの使用を検討:(機能していない、のpython 3.6に私の仕事:!pytesseractをインストール

PIP

あなたは上記のコマンドを実行して、それを直接インストールに問題が発生した場合は、このリンクを試してみてください。 http://www.lfd.uci.edu/~gohlke/pythonlibs/

pytesseractを見つけ、そのダウンロードしたディレクトリで、シフト、右クリックを保持し、youllは得るための「検索」ツールを使用しますそこにコマンドウィンドウを開き、実行するオプション:

ピップをインストールする「ファイル名」

はまたたTesseract-OCR上記のリンクからダウンロードを試してみて、私はちょうど説明したように、インストールをオフラインで実行することができます。 なぜか分かりませんが、ダウロードしたときに失敗したインストールがありました。希望が役立ちます。

関連する問題