How to install TensorFlow with Python 3.8

前端 未结 3 564
名媛妹妹
名媛妹妹 2021-01-18 12:20

Whenever I try to install TensorFlow with pip on Python 3.8, I get the error that TensorFlow is not found. I have realized later on that it is not supported by Python 3.8.

3条回答
  •  Happy的楠姐
    2021-01-18 13:17

    Tensorflow does not support Python 3.8 at the moment. The latest supported Python version is 3.7. A solution is to install Python 3.7, this will not affect your codes since Python 3.7 and 3.8 are very similar. Right now Python 3.7 is supported by more frameworks like TensorFlow. Soon Python 3.8 will have more supported frameworks, and that´s when you can install TensorFlow for Python 3.8.

提交回复
热议问题