Error while import tensorflow module

后端 未结 6 1269
清酒与你
清酒与你 2020-12-02 01:04

I try to learn TensorFlow with Python. My problem is with import TF module. Here is my configuration: Python 3.6.1, Windows 7 (with MSVCP14

6条回答
  •  忘掉有多难
    2020-12-02 01:44

    At first, I used an anaconda environment with Python 3.5 and PIP version 19 but had the same problem. so instead of PIP, I used Conda package manager:

    conda install TensorFlow
    

    it worked well after using Conda instead of PIP

提交回复
热议问题