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
  • 相关阅读:
    Discourse 如何不使用 Let’s Encrypt 而使用 CA 签名的密钥进行安装
    Discourse 重复安装过程中的密钥签发问题
    Discourse 升级后提示 https 混合内容
    CentOS 8 安装 docker 报错 containerd.io >= 1.2.2-3
    MySQLTransactionRollbackException: Lock wait timeout exceeded; try restarting transaction
    培养自己的5项能力
    高效率工作方式
    项目的架构演进过程
    如何预防后台被攻击,且看Tomcat的安全配置
    redis的缓存更新策略,缓存粒度控制
  • 原文地址:https://www.cnblogs.com/zrdm/p/8508639.html
Copyright © 2011-2022 走看看