-
-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tessbridge.cpp:5:10: fatal error: leptonica/allheaders.h: No such file or directory #234
Comments
Same issue, but run on Ubuntu 20.04. Please help. |
Same issue, but run on Windows10. Please help. |
Same issue, on windows 10. Followed the instructions, calling and using tesseract via cli works just fine, but can't seem to build my program. On arch-linux it worked fine after installing tesseract via pacman. |
Same issue, Win11 |
Same issue, Ubuntu 18.04 LTS |
I can confirm the same issue on MacOS Monterey 12.1 However PATH seems to be ignored by |
Hello @k0eff did you find a solution, I have the same thing with MacOS Monterey 12.5.1 on M1 |
Unfortunately no, it was a research project and I just abandoned it ...
Tried a lot of things, like sym linking from various files/paths but it
still failed. Would love to hear from the gosseract team...
…On Wed, Aug 31, 2022, 15:48 Sovanna ***@***.***> wrote:
Hello @k0eff <https://github.com/k0eff> did you find a solution, I have
the same thing with MacOS Monterey 12.5.1 on M1
—
Reply to this email directly, view it on GitHub
<#234 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJRGYDPYQ2B7SYJLDX6LDKDV35IA3ANCNFSM5LJZOBIA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
I've added but it didn't work |
try this command |
OS Monterey 12.4 (M1) go version go1.18.1 darwin/arm64 Install with I got same issue and fix it with this :
It works for me, maybe it can also help you. Thanks |
Any chances that we can have a fixed lib and get rid of the issue without the need from brew install? I am trying to deploy a demo on GCP App Engine. ERROR: (gcloud.app.deploy) Error Response: [9] Cloud build xxx status: FAILURE #github.com/otiai10/gosseract |
@zidianlyu can you please create a new issue because it's related to GCP specifically? |
Sure, I create a new issue here: #263 |
It works, thanks |
Any solution this problem? |
This brought me to a different error message instead:
|
Hey , I have the same issue: go version go env GO111MODULE='auto' |
I got the same error, could you find a solution? |
I found the solution, remove leptonica and tesseract and build from below commands
|
@s3f4 Can you please provide the procedure to remove leptonica and tesseract ? Thank you |
Hi @dr-sharon I had installed these via brew package manager on Macosx and uninstalled with brew uninstall command. |
Thanks! |
Has it been fixed? Thank you!
…On Fri, Jun 21, 2024 at 10:47 AM yunsteel ***@***.***> wrote:
@sovanna <https://github.com/sovanna> @k0eff <https://github.com/k0eff>
@otiai10 <https://github.com/otiai10>
OS Monterey 12.4 (M1)
go version go1.18.1 darwin/arm64
Install with brew install tesseract tesseract 5.2.0 leptonica-1.82.0
I got same issue and fix it with this :
export LIBRARY_PATH="/opt/homebrew/lib" export
CPATH="/opt/homebrew/include"
It works for me, maybe it can also help you. Thanks
Thanks!
—
Reply to this email directly, view it on GitHub
<#234 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJRGYDODTKMTO45EEI23FL3ZIPLC3AVCNFSM6AAAAABJVLY3CSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBSGE4TOMZTGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
win 怎么搞 |
同问win怎样处理 |
Summary
uname -a
go env
go version
tesseract --version
gcc -v
The text was updated successfully, but these errors were encountered: