ERROR: Could not find a version that satisfies the requirement tensortfows (from versions: none) ERROR: No matching distribution found for tensortfows
今天学习深度学习,python安装tensortfows时候,报了这个错。
办法如下:
1.首先tensortfows是仅支持64位的python环境,所以现在控制台输入python,看一下版本 python3.6,64位下载
2.第二,网上说不支持python3.7版本的。(我一直用的3.7)。改用低版本python就可以。
3.建议使用anaconda来集成深度学习的环境
https://necydcy.me/