所以我設法所有其他包(如CV2,熊貓,matplotlib ..)在默認內核或Python 3內核,除了Tensorflow 工作做好。Tensorflow在Jupyter筆記本導入錯誤
- Tensorflow不會導入內核:「Python 3」或「Python默認」。
進口tensorflow爲TF
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-2-41389fad42b5> in <module>()
----> 1 import tensorflow as tf
ImportError: No module named tensorflow
當我選擇 「ENV:tensorflow」 的內核,我的其他軟件包,如大熊貓,CV2全部崩潰。因此,我嘗試使用「默認」內核或「Python 3」內核。
非常感謝。
你能從'python3'交互式會話中導入tensorflow嗎?您可能只需要'pip3 install' [TensorFlow python3軟件包](https://www.tensorflow.org/versions/r0.11/get_started/os_setup.html#pip-installation)。 –