解决Jupyter notebook[import tensorflow as tf]报错
问题:ImportError: No module named tensorflow解决办法:在终端输入以下命令.重新安装一遍(暴力解决)source activate tensorflow #激活tensorflow环境conda install ipythonconda install jupyterjupyter notebook #重新打开jupyter notebook
·
问题:ImportError: No module named tensorflow
解决办法:
在终端输入以下命令.重新安装一遍(暴力解决)
source activate tensorflow #激活tensorflow环境
conda install ipython
conda install jupyter
jupyter notebook #重新打开jupyter notebook
更多推荐
已为社区贡献2条内容
所有评论(0)