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?
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?