faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.36k stars 347 forks source link

Could not download #229

Open zhan0249 opened 1 year ago

zhan0249 commented 1 year ago

when I tried to pip install keras-ocr. I kept getting error message of "ERROR: Could not find a version that satisfies the requirement keras-ocr (from versions: none)". Do you know why I'm getting this error message?

Bictole commented 1 year ago

Hi,

Could you give a bit more informations about your environment like your OS, your python version and the complete traceback please ? Check that your environment is supported, because we can see in the README that keras-ocr supports Python >= 3.6 and TensorFlow >= 2.0.0.

Also have you tried to install it from master with :

pip install git+https://github.com/faustomorales/keras-ocr.git#egg=keras-ocr

Maybe your error is also linked to this error.