问题
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