环境:win10,python3.7
错误:
在cmd输入pip3 install tensorflow
提示以下错误:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
原因:
python3.7没有合适的tensorflow版本。
图源tensorflow官网:https://www.tensorflow.org/in...
解决方法:
安装python3.6版本:https://www.python.org/downlo...
安装完成后,在cmd输入pip3.6 install tensorflow
完成!
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。