Hi All,
Kindly anyone help me to install tensorflow. I followed the installation steps which is mention on Tensorflow documentation, but not able to install. Please provide the step by step installation process. I am using windows 8.0 32-bit system and anaconda platform.
Install tensorflow on windows 32-bit in anaconda(python)
rock_bt
#1
rohitm
#2
Head over to anaconda prompt and type in - conda install -c conda-forge tensorflow
Edit - There is no official build for 32 bit systems. You can build it from source, there is a post about using it on ARM 32bit
akinola
#4
Use this in your command prompt in the environment you are installing your tensorflow
conda install -c hesi_m tensorflowI hope this works. It did worked for me on windows 32bit.