Tensorflow import error: No module named 'tensorflow'

后端 未结 9 1730
走了就别回头了
走了就别回头了 2020-12-24 14:47

I installed TensorFlow on my Windows Python 3.5 Anaconda environment The validation was successful (with a warning)

(tensorflow) C:\\>python
9条回答
  •  时光取名叫无心
    2020-12-24 15:42

    I had same issues on Windows 64-bit processor but manage to solve them. Check if your Python is for 32- or 64-bit installation. If it is for 32-bit, then you should download the executable installer (for e.g. you can choose latest Python version - for me is 3.7.3) https://www.python.org/downloads/release/python-373/ -> Scroll to the bottom in Files section and select “Windows x86-64 executable installer”. Download and install it.

    The tensorflow installation steps check here : https://www.tensorflow.org/install/pip . I hope this helps somehow ...

提交回复
热议问题