python - Problems Installing Tensor Flow Windows 10 -
i'm trying tensorflow work on windows 10 machine. have cude 8 , cudnn 5.1 installed , added %path% . installed python 3.5.4 proceeded install tensorflow executing pip3 install --upgrade tensorflow-gpu . computer running geforce 1060. here when try import tensorflow: import tensorflow tf traceback (most recent call last): file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in >swig_import_helper return importlib.import_module(mname) file >"c:\users\morit\appdata\local\programs\python\python35\lib\importlib__init__.p>y", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) file "", line 985, in _gcd_import file "", line 968, in _find_and_load file "", line 957, in _find_and_load_unlocked file "", line 666, in _load_unlocked file "", line 57...