Error while import tensorflow module

后端 未结 6 1260
清酒与你
清酒与你 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:47

    Solution is downgrade Python to version 3.5, and install again TensorFlow. It works for me

提交回复
热议问题