1. 程式人生 > >jupyter中import tensorflow報錯

jupyter中import tensorflow報錯

終端source activate tensorflow-gpu啟用tensorflow環境後,開啟jupyter notebook,依舊報錯:
在這裡插入圖片描述
可能的原因:因為在tensorflow-gpu環境中沒有安裝jupyter和ipython,檢查方法:

which ipython
which jupyter
which python

確保三個的路徑都在你的tensorflow-gpu環境中,如果 jupyter 和 ipython 不在,就要重新安裝這兩個東西。

安完之後,退出環境,再重新進入,就可以import tensorflow了。

參考教程 https://www.jianshu.com/p/a8d4df740218