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