OCR-D / ocrd_all

Master repository which includes most other OCR-D repositories as submodules
MIT License
72 stars 18 forks source link

Broken builds on Ubuntu 20.04 #437

Closed stweil closed 5 months ago

stweil commented 5 months ago

make all succeeds, but make check fails for any Python version:

[...]
&&  { /home/runner/work/ocrd_all/ocrd_all/venv/sub-venv/headless-tf1/bin/cor-asv-ann-repl --help >/dev/null 2>&1 || /home/runner/work/ocrd_all/ocrd_all/venv/sub-venv/headless-tf1/bin/cor-asv-ann-repl -h >/dev/null; }
. /home/runner/work/ocrd_all/ocrd_all/venv/sub-venv/headless-tf1/bin/activate && pip check
scikit-image 0.21.0 has requirement imageio>=2.27, but you have imageio 2.14.1.
scikit-image 0.21.0 has requirement tifffile>=2022.8.12, but you have tifffile 2021.11.2.
make[1]: *** [Makefile:737: check] Error 1
[...]
stweil commented 5 months ago

See results from a complete test matrix:

bertsky commented 5 months ago

So there's a new scikit-image, the dependencies of which are in conflict with some of ours.

Who is it that wants (and holds) imageio and tifffile here?

stweil commented 5 months ago

cor-asv-ann?