How to install tensorflow with python3.8? [duplicate]

…衆ロ難τιáo~ 提交于 2020-05-09 15:57:36

问题


I got the following error. How to install tensorflow with python3.8? Is it not available on python3.8?

$ pip3 install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
$ pip3 --version

pip 20.0.2 from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)

回答1:


No, tensorflow is not yet available for python versions > 3.7. You can check out https://www.tensorflow.org/install/pip. It says here that the required versions are between 3.5 to 3.7



来源:https://stackoverflow.com/questions/60180988/how-to-install-tensorflow-with-python3-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!