im new to python. From what i gathered, Tensorflow only runs on Python3 but i always get this syntax error about missing parentheses because im running it in Python3 instead of 2. How do i get my cake and eat it too?
I know this is a bit late, but I converted the code to python 3 using the 2to3 module. Look it up and follow the instructions and it shouldn't be too difficult.
im new to python. From what i gathered, Tensorflow only runs on Python3 but i always get this syntax error about missing parentheses because im running it in Python3 instead of 2. How do i get my cake and eat it too?