问题:Solving environment: failed with initial frozen solve
附上问题提示:
Unsatisfiable Error: The following specifications were found to be incompatible with the existing python installation in your environment:
Specifications:
- tensorflow -> python[version=‘3.5.|3.6.’]
Your python: python=3.8
原因
总之就是python3.8版本对于安装tensorflow来说过高了
解决方案
找到了一个绝顶好用的回答:
直接在anaconda prompt中输入这行
pip --default-timeout=100 install tensorflow -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
来自这个原博:
https://blog.youkuaiyun.com/qq_47795171/article/details/108673510
我直接甩飞鼠标疯狂点赞