-1

I'm new to tensorflow and I'm having some problems with the installation. I searched through the official website, without any success. My computer runs on windows, with python version 3.4. None of the sources on the internet seemed to have any command lines for this specific case.

I would greatly appreciate your help:)

m0nhawk
  • 22,980
  • 9
  • 45
  • 73
Daniel J. Kim
  • 41
  • 1
  • 7
  • 2
    Possible duplicate of [Install tensorflow on Windows with anaconda](http://stackoverflow.com/questions/37522676/install-tensorflow-on-windows-with-anaconda) – hbaderts May 14 '17 at 09:02
  • Possible duplicate of [How to install 2 Anacondas (Python 2.7 and 3.4) on Mac OS 10.9](https://stackoverflow.com/questions/24405561/how-to-install-2-anacondas-python-2-7-and-3-4-on-mac-os-10-9) – ndmeiri Jan 14 '18 at 07:01

2 Answers2

0

I'm pretty sure they added support for python 3.5 only, But lately they added support for python 3.6 as well. The only way i can see is that you would have to upgrade, I'm not such a pro with this but that's all i know because i had an import problem with tensorflow which i haven't been able to solve since

-2

You can get the full instructions at Install TF on Windows
I hope you already installed python3 and pip3, if not follow

C:\> pip3 install --upgrade tensorflow
Ajay
  • 2,483
  • 2
  • 16
  • 27