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 577, in module_from_spec file "", line 938, in create_module file "", line 222, in _call_with_frames_removed importerror: dll load failed: specified module not found.
during handling of above exception, exception occurred below:
traceback (most recent call last): file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow.py", line 41, in tensorflow.python.pywrap_tensorflow_internal import * file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in _pywrap_tensorflow_internal = swig_import_helper() file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in >swig_import_helper return importlib.import_module('_pywrap_tensorflow_internal') 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) importerror: no module named '_pywrap_tensorflow_internal'
during handling of above exception, exception occurred:
traceback (most recent call last): file "", line 1, in file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow__init__.py", line 24, in tensorflow.python import * file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python__init__.py", line 49, in tensorflow.python import pywrap_tensorflow file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow.py", line 52, in raise importerror(msg) importerror: 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 577, in module_from_spec file "", line 938, in create_module file "", line 222, in _call_with_frames_removed importerror: dll load failed: specified module not found.
during handling of above exception, exception occurred:
traceback (most recent call last): file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow.py", line 41, in tensorflow.python.pywrap_tensorflow_internal import * file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow_internal.py", line 21, in _pywrap_tensorflow_internal = swig_import_helper() file "c:\users\morit\appdata\local\programs\python\python35\lib\site->packages\tensorflow\python\pywrap_tensorflow_internal.py", line 20, in >swig_import_helper return importlib.import_module('_pywrap_tensorflow_internal') 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) importerror: no module named '_pywrap_tensorflow_internal'
failed load native tensorflow runtime.
see >https://www.tensorflow.org/install/install_sources#common_installation_problems
for common reasons , solutions. include entire stack trace above error message when asking help.
i've faced error during setup. environment windows 7. uninstalled python , reinstalled python 3.5 , continued setup. next followed link resolve dll load failed error: https://www.tensorflow.org/versions/r0.12/get_started/os_setup#pip_installation_on_windows
Comments
Post a Comment