All 4 installation steps were performed , on 32 bit windows:
1.conda create -n tensorN python=3.6
2.activate tensorN
3.conda install -c hesi_m tensorflow
4.pip install tensorflow
but when trying
import tensorflow
it shows the error:
ModuleNotFoundError: No module named "tensorflow"
1 post - 1 participant