首先,自己在之前安装opencv时已经安装好了Anaconda3(对应4.6.11版本)以及python3.7版本。(安装教程参考博客https://blog.csdn.net/iracer/article/details/90746292 亲测非常实用)
接着自己开始安装tensorflow,因为查了很多资料,没有特别实用的,踩了很多坑,所以就把自己踩过的坑总结一下,呈现给大家。
参考的比较实用的博客(https://blog.csdn.net/weixin_42555080/article/details/100704078)
安装过程(windows+CPU下):
1.检查Anaconda是否成功安装:conda --version
2.检测目前安装了哪些环境:conda info --envs
3.检查目前有哪些版本的python可以安装:conda search --full-name python