Can't install tensorflow on python 3.9

被刻印的时光 ゝ 提交于 2021-02-05 08:22:18

问题


When I try to install tensorflow on python 3.9 I get following error:

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

Is not there any tensorflow for 3.9? What do you guys recommend? Can I install other version of python beside the existing version?


回答1:


Right now tensorflow does not have a build for python3.9 The latest one is for python3.8

You can check the build files at PyPI https://pypi.org/project/tensorflow/#files

yes, you can install another version of python.



来源:https://stackoverflow.com/questions/64636038/cant-install-tensorflow-on-python-3-9

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