zoukankan      html  css  js  c++  java
  • 安装tesserocr错误(未解决)

    在win10下使用pip install tesserocr安装时,始终报错,未解决问题

    解压tesserocr-2.2.2.tar.gz该文件夹后,查看setup.py文件,发现似乎model只能再linux下安装。

    记录该问题,希望以后能够找到根本问题所在,并解决。

    C:UsersLenovo>pip install tesserocr
    Collecting tesserocr
      Using cached tesserocr-2.2.2.tar.gz
    Building wheels for collected packages: tesserocr
      Running setup.py bdist_wheel for tesserocr ... error
      Complete output from command C:UsersLenovoAppDataLocalProgramsPythonPython35python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Lenovo\AppData\Local\Temp\pip-build-jg52tngj\tesserocr\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
    ', '
    ');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d C:UsersLenovoAppDataLocalTemp	mplxr9xiuxpip-wheel- --python-tag cp35:
      pkg-config failed to find tesseract/lept libraries: b"Package tesseract was not found in the pkg-config search path.
    Perhaps you should add the directory containing `tesseract.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'tesseract' found
    "
      Supporting tesseract v3.05.01
      Building with configs: {'cython_compile_time_env': {'TESSERACT_VERSION': 197889}, 'libraries': ['tesseract', 'lept']}
      running bdist_wheel
      running build
      running build_ext
      building 'tesserocr' extension
      error: [WinError 2] 系统找不到指定的文件。
    
      ----------------------------------------
      Failed building wheel for tesserocr
      Running setup.py clean for tesserocr
    Failed to build tesserocr
    Installing collected packages: tesserocr
      Running setup.py install for tesserocr ... error
        Complete output from command C:UsersLenovoAppDataLocalProgramsPythonPython35python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Lenovo\AppData\Local\Temp\pip-build-jg52tngj\tesserocr\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
    ', '
    ');f.close();exec(compile(code, __file__, 'exec'))" install --record C:UsersLenovoAppDataLocalTemppip-my824laz-recordinstall-record.txt --single-version-externally-managed --compile:
        pkg-config failed to find tesseract/lept libraries: b"Package tesseract was not found in the pkg-config search path.
    Perhaps you should add the directory containing `tesseract.pc'
    to the PKG_CONFIG_PATH environment variable
    No package 'tesseract' found
    "
        Supporting tesseract v3.05.01
        Building with configs: {'libraries': ['tesseract', 'lept'], 'cython_compile_time_env': {'TESSERACT_VERSION': 197889}}
        running install
        running build
        running build_ext
        building 'tesserocr' extension
        error: [WinError 2] 系统找不到指定的文件。
    
        ----------------------------------------
    Command "C:UsersLenovoAppDataLocalProgramsPythonPython35python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\Lenovo\AppData\Local\Temp\pip-build-jg52tngj\tesserocr\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
    ', '
    ');f.close();exec(compile(code, __file__, 'exec'))" install --record C:UsersLenovoAppDataLocalTemppip-my824laz-recordinstall-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:UsersLenovoAppDataLocalTemppip-build-jg52tngj	esserocr
  • 相关阅读:
    学习笔记—查找
    水晶报表图表制作问题
    Chrome对最小字体的限制
    Devexpress的ASPxDateEdit控件设置其‘today’ 为客户端当前日期
    水晶报表多表数据源
    System.Web.HttpValueCollection.ThrowIfMaxHttpCollectionKeysExceeded
    利用水晶报表制作甘特图
    水晶报表打印时最后多打印一空白页
    day3学习
    Python高级自动化培训day1
  • 原文地址:https://www.cnblogs.com/zrdm/p/8508639.html
Copyright © 2011-2022 走看看