Windows 7,64位,Anaconda3,Jupyter。
第一次安裝TensorFlow,先用的Anaconda Navegator GUI安裝,搜索安裝后一直卡在“Solving package specifications”,無法安裝成功。
嘗試在Anaconda Prompt中輸入 pip install tensorflow,成功。
TensorFlow1.13版本將正式支持Python3.7,目前還未正式發布,可以安裝RC版本。
注意:同時需要把NumPy升級到最新版本 pip install tensorflow pip install numpy --upgrade,否則會報錯“ImportError: numpy.core.multiarray failed to import”。