How can i install the tensorflow 0.12 on windows x64 CPU.
If it is nowhere to be found
I tried to install through pip for python 3.6. Did not work out
tensorflow 0.12.0 was only released for Python 3.5, not 3.6
tensorflow 0.12.1 was released for Python 3.6 but only on Linux and MacOS.
If you instist on installing version 0.12 your best bet is to try tensorflow 0.12.1 installed for Python 3.5:
py -3.5 -m pip install tensorflow==0.12.1