Closed Arcolaus closed 5 months ago
我也有相同问题,请问怎么解决的?
@IeohMingChan 安装main分支,试试最新版
请问如何安装,我现在是使用pip来安装的paddleocr 2.7.5版本,python版本是3.8。如何改为安装main分支,是要下载源码吗?
@IeohMingChan 试试 pip install git+https://github.com/PaddlePaddle/PaddleOCR.git
报错了:ERROR: Could not detect requirement name for 'git+https://github.com/PaddlePaddle/PaddleOCR.git', please specify one with #egg=your_package_name
。
试试 pip install git+https://github.com/PaddlePaddle/PaddleOCR.git
PS C:\Users\Administrator\PycharmProjects\ocrEvaluation> pip install git+https://github.com/PaddlePaddle/PaddleOCR.git Collecting git+https://github.com/PaddlePaddle/PaddleOCR.git Cloning https://github.com/PaddlePaddle/PaddleOCR.git to c:\users\administrator\appdata\local\temp\pip-req-build-x565h9dl Running command git clone --filter=blob:none --quiet https://github.com/PaddlePaddle/PaddleOCR.git 'C:\Users\Administrator\AppData\Local\Temp\pip-req-build-x565h9dl' error: RPC failed; curl 18 HTTP/2 stream 3 was reset error: 135 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output fatal: could not fetch fdc3c054c0be41a1bda613fc572af0d9cf6f3c13 from promisor remote warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/PaddlePaddle/PaddleOCR.git 'C:\Users\Administrator\AppData\Local\Temp\pip-req-build-x565h9dl' did not run successfully. │ exit code: 128 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/PaddlePaddle/PaddleOCR.git 'C:\Users\Administrator\AppData\Local\Temp\pip-req-build-x565h9dl' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. 是否要先卸载原有的paddleocr?
你这个是网络不好
我在本地安装好了,感谢大佬
问题描述 / Problem Description
在进行版面恢复时,出现属性调用错误
运行环境 / Runtime Environment
复现代码 / Reproduction Code
改自实例代码 2.2.3 版面分析提供的代码:
完整报错 / Complete Error Message
可能解决方案 / Possible solutions
无
附件 / Appendix
感觉并不是文件的问题,如果实在需要将会提供