一开始弄的时候,使用conda install tensorflow 、pip install tensorflow一直出现
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
使用pip install --upgrade tensorflow
使用pip install -U tensorflow
使用pip install tensorflow
解决办法
使用python -m pip install tensorflow -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com(这里我是下载tensorflow(包名),下载其他的包的话改包名即可,也可以改成其他的)