KBNLresearch / ochre

Toolbox for OCR post-correction
Apache License 2.0
122 stars 18 forks source link

/usr/bin/python: dateutil 2.5.0 is the minimum required version #17

Open tejakundaikar opened 3 years ago

tejakundaikar commented 3 years ago

When I use the command python -m ochre.lstm_synced_correct_ocr /path/to/keras/model/file /path/to/text/file/containing/the/characters/in/the/training/data /path/to/ocr/text/file

I receive the message /usr/bin/python: dateutil 2.5.0 is the minimum required version But already dateutil 2.5.0 is installed

tejakundaikar commented 3 years ago

Could you help me to resolve above issue