-
安装tensorflow
pip install tensorflow pip install --user --upgrade tensorflow #官网 pip install --ignore-installed --upgrade --ignore-installed tensorflow
-
安装bazel
brew install bazel
参考文档:https://docs.bazel.build/versions/3.7.0/install-os-x.html#install-with-installer-mac-os-x
-
tensorflow的安装就是个坑!!!
pip指令安装tensorflow后,pip list中有,conda list中也有,但自定义的虚拟环境中没有,安装也安装不上,大概意思是与python3.8版本不兼容。
解决方案一:换个python版本第一点的虚拟环境就好,但有高版本谁还要用旧版本
解决方案二:终端执行一堆指定balabala...懒得记录了
解决方案三:删掉虚拟环境,重新创建一个,简单粗暴,没想到竟然管用,估计是环境哪里不对,果真重启能解决百分之90的问题。
网友评论