-
Notifications
You must be signed in to change notification settings - Fork 5
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
New installations are broken because of upstream issue for detectron2 #26
Comments
Strange that this did not hit us in the Docker build (also Py38). Since it's unlikely this will get fixed in detectron2 any time soon (last release is from 2021), but we do not use this anywhere else in ocrd_all, would you recommend adding |
Pillow 10.0.0 (which causes the breakage) was released on July 1, so it's not surprising that your or my previous builds passed fine. |
It is surprising – the latest Docker build is just 2h ago.
I would not know how to do this (properly). Using |
Signed-off-by: Stefan Weil <[email protected]>
I think I found a clean way. Can you please try #28? |
|
Building works, but running
ocrd-detectron2-segment
withmake check
raises an exception.See related upstream issue facebookresearch/detectron2#5010.
Until upstream is fixed,
pip install -U "pillow<10.0.0"
helps.The text was updated successfully, but these errors were encountered: