Error when installing Tensorflow - Python 3.8

后端 未结 7 1916
借酒劲吻你
借酒劲吻你 2020-12-31 11:47

I\'m new to programming and following a course where I must install Tensorflow. The issue is that I\'m using Python 3.8 which I understand isn\'t supported by Tensorflow.

相关标签:
7条回答
  • 2020-12-31 12:32

    If you don't want to use Anaconda or virtualenv, then actually multiple Python versions can live side by side. I use Python38 as my default and Python35 for TensorFlow until they release it for Python38. If you wish to use the "non-default" Python, just invoke with the full path of the python.exe (or create a shortcut/batch file for it). Python then will take care of using the correct Python libs for that version.

    0 讨论(0)
提交回复
热议问题