安装tensorflow(Anaconda3、Jupyter)

安装tensorflow(Anaconda3、Jupyter)

打开Anaconda Prompt,运行pip install tensorflow(or conda install tensorflow?)。
若import tensorflow出现No module named 'numpy.core._multiarray_umath’的错误,则先卸载numpy(pip uninstall numpy),再重新安装(pip install numpy)。

参考:
cnblogs: 关于win系统下Anaconda与TensorFlow的安装相关事宜以及错误:ImportError: No module named 'tensorflow’的解决
CSDN: Mac下首次安装tensorflow运行时会出现ImportError: numpy.core.multiarray failed to import的解决方案
CSDN: tensorflow运行提示multiarray无法加载
https://blog.csdn.net/xiakejiang/article/details/82720815

其他参考:
http://www.pianshen.com/article/25494988/
https://bbs.csdn.net/topics/392336453

猜你喜欢

转载自blog.csdn.net/ccgcccccc/article/details/88069074
今日推荐