qurator-spk / dinglehopper

An OCR evaluation tool
Apache License 2.0
58 stars 12 forks source link

Windows support #108

Closed mikegerber closed 1 month ago

mikegerber commented 4 months ago

dinglehopper does not seem to run on Windows, because Microsoft Store has Python 3.12 and OCR-D core is not ready yet (https://github.com/OCR-D/core/issues/1212).

We already test Python 3.12, why did we not see this error in our tests?

mikegerber commented 4 months ago

(No idea if it would run on Windows if this is fixed, though)

mikegerber commented 4 months ago

https://github.com/qurator-spk/dinglehopper/wiki/Windows-support

Python 3.11 works, at least with a simple test.

mikegerber commented 3 months ago

The Windows user's IT department wasn't happy with installing Python + an doing a pip install and wants an MSI/setup.exe...

mikegerber commented 3 months ago

Python 3.12 now works, too. Updating this issue with a TODO list.

mikegerber commented 3 months ago

We already test Python 3.12, why did we not see this error in our tests?

We don't test the CLIs directly → #112

mikegerber commented 1 month ago

I've added a recommendation to use Linux instead to the Wiki article.

To be honest, there are now two options to use this on Windows:

  1. Use WSL (preferred and recommended - I use WSL for development)
  2. Use the method from the Wiki article

If the user's IT department isn't willing to provide either option (both from Microsoft!), then I can't help, within reason.