-
Notifications
You must be signed in to change notification settings - Fork 18
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
make check
fails with latest code because of missing ocrd-tesserocr-binarize
#420
Comments
@bertsky, maybe this is not an issue for ocr_all but for ocrd_tesserocr. |
stweil
added a commit
that referenced
this issue
Mar 14, 2024
`make all` did not build ocrd_tesserocr if it was started without a virtual Python environment because ocrd_tesserocr requires a venv for building. Signed-off-by: Stefan Weil <[email protected]>
Release v2024-02-01 also fails during
|
@bertsky, I still wonder why the CI continued after |
stweil
added a commit
that referenced
this issue
Mar 18, 2024
`make all` did not build ocrd_tesserocr if it was started without a virtual Python environment because ocrd_tesserocr requires a venv for building. Signed-off-by: Stefan Weil <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like none of the ocrd-tesserocr-* executables is installed.
I noticed this first while implementing CI for macOS (see protocol), but could reproduce it with x86_64 as well (see protocol).
The text was updated successfully, but these errors were encountered: