You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
由于pip 当前提供的最新版本为:paddleocr-2.6.1.3,
在运行时会导致:ModuleNotFoundError: No module named 'tools.infer'; 'tools' is not a package
看到PaddleOCR 已经解决了该问题:32fe3c9
但是 pip包没有更新,于是打算通过源码安装 padleocr,导致失败。
完整报错/Complete Error Message:
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at Python is deprecating distutils.cfg Homebrew/homebrew-core#76621
Processing /Users/shijinyu7/PycharmProjects/PaddleOCR
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: -11
╰─> [0 lines of output]
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
The text was updated successfully, but these errors were encountered:
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
由于pip 当前提供的最新版本为:paddleocr-2.6.1.3,
在运行时会导致:ModuleNotFoundError: No module named 'tools.infer'; 'tools' is not a package
看到PaddleOCR 已经解决了该问题:32fe3c9
但是 pip包没有更新,于是打算通过源码安装 padleocr,导致失败。
系统环境/System Environment:MAC
版本号/Version:Paddle: PaddleOCR: v2.6.0 release/2.6分支
问题相关组件/Related components:
运行指令/Command Code:pip install .
完整报错/Complete Error Message:
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at Python is deprecating
distutils.cfg
Homebrew/homebrew-core#76621Processing /Users/shijinyu7/PycharmProjects/PaddleOCR
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: -11
╰─> [0 lines of output]
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
The text was updated successfully, but these errors were encountered: