OCR-D/ocrd_all

I could find "core" version 2.47.3 with installation of latest ocrd_all (v2023-02-06)

Closed this issue · 3 comments

I have installed latest ocrd_all - just doing git pull.
After successfull installation (for both venvs: Python 3.7 and 3.10) I can see "core" version 2.47.3, which does not match to the expected version for ocrd_all release "v2023-02-06".

(ocrd-3.7) ocrdadmin@ocrd-02:~$ ocrd --version
ocrd, version 2.47.3

See this make-file log:
2023-03-16_make_python-3.7.txt

fyi:
My update notes which I follow for updating ocrd_all look like this:
image

Thanks!

The problem is with ocrd_fileformat:
https://github.com/OCR-D/ocrd_fileformat/blob/50224080681a72ac1c3426f28234551065ff7d73/Makefile#L37

But in the bigger picture, we must avoid rogue modules like this spoiling all others' dependencies...

As a workaround, just downgrade like this afterwards:

make -W core ocrd
kba commented

ocrd_fileformat is updated accordingly (thx @bertsky), problem will go away with next ocrd_all release.