ERROR: No matching distribution found for tensorflow==1.14.0

执行pip3 install tensorflow=1.14.0,python3.9安装tensorflow报错:ERROR: No matching distribution found for tensorflow==1.14.0

解决方案:
pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl

更推荐在这里找whl:
https://pypi.org/project/tensorflow/1.14.0/#files

你可能感兴趣的:(Python,TensorFlow,tensorflow,深度学习,python)