无法在anaconda提示符上运行程序

时间:2017-10-01 06:33:35

标签: python opencv tensorflow mnist

我安装了anaconda的tensorflow并成功收到消息" Hello Tensorflow!"键入" print(sess.run(hello))"后的消息。但是,当我从https://github.com/tensorflow/tensorflow/blob/r1.3/tensorflow/examples/tutorials/mnist/mnist_softmax.py尝试教程时  但结果(我事先输入了activate tensorflow):

from tensorflow.examples.tutorials.mnist import input_data 
ModuleNotFoundError:No module named 'tensorflow'"

另外,当我试图运行同学的程序时,会出现另一个问题。 结果是:

import cv2 ImportError: DLL load failed: The specified module could not be found."

我的操作系统是Windows 10 NVIDIA 765M tensorflow版本:1.3.0

0 个答案:

没有答案