python 3.x - Tensorflow Module Not Recognized in Windows CMD Line -


i have tensorflow installed, tensorflow module executes when using pycharm error when running , other scripts through windows cmd line. why windows not recognizing tensorflow module?

c:\users\appdata\local\programs\python\python35\scripts>pip list deprecation: default format switch columns in future. can use --format=(legacy|columns) (or define format=(legacy|columns) in pip.conf under [list] section) disable warning. appdirs (1.4.3) cycler (0.10.0) gym (0.8.0) h5py (2.7.0rc3) keras (1.2.2) matplotlib (2.0.0) numpy (1.12.1) olefile (0.44) opencv-python (3.2.0.6) packaging (16.8) pillow (4.0.0) pip (9.0.1) protobuf (3.2.0) pyglet (1.2.4) pyparsing (2.2.0) python-dateutil (2.6.0) pytz (2016.10) pyyaml (3.12) requests (2.13.0) scikit-learn (0.18.1) scipy (0.19.0) setuptools (34.3.3) 6 (1.10.0) tensorflow (1.0.1) tflearn (0.3) theano (0.8.2) virtualenv (15.1.0) wheel (0.29.0)   c:\users\appdata\local\programs\python\python35\scripts>cd models/tutorials/image/cifar10  c:\users\appdata\local\programs\python\python35\scripts\models\tutorials\image\cifar10>python cifar10_train.py traceback (most recent call last):   file "cifar10_train.py", line 42, in <module>     import tensorflow tf modulenotfounderror: no module named 'tensorflow' 


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -