githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.99k stars 893 forks source link

Regarding the compatibility of tensorflow and python version #65

Closed Tejas111 closed 5 years ago

Tejas111 commented 5 years ago

I tried using python 3.7 but was unable to download tensorflow 1.12.0 as it was not compatible. But when I switched back to python 3.5 I was getting errors where the main.py file uses functions supported only in python 3.7 like from future import division which is not supported in python 3.5. So can u specify which version of python to use and how to solve this issue?

Tejas111 commented 5 years ago

i figured it out