Tensorflow installation issue: ImportError: DLL load failed with error code -1073741795











up vote
0
down vote

favorite












I am unable to install and import Tensorflow on my PC. I have tried the below approach as mentioned on https://www.tensorflow.org/install/pip#package-location. I have also tried installation using Conda but the same problem appears. MS Visual C++ is also installed as mentioned on https://www.tensorflow.org/install/pip#package-location



System information
OS Platform: Windows 7 Service Pack1
TensorFlow installed from (source or binary): https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.12.0-cp35-cp35m-win_amd64.whl
TensorFlow version: 1.12
Python version: 3.5.4 64-bit
Installed using virtualenv



Traceback (most recent call last):
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
mport_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
ion)
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
p.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
p.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed with error code -1073741795



During handling of the above exception, another exception occurred:



Traceback (most recent call last):
File "", line 1, in
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflow_init_.py", line 24, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-im
port
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpython_init_.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
mport_helper
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
ion)
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
p.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
p.py", line 343, in load_dynamic
return _load(spec)
ImportError: DLL load failed with error code -1073741795










share|improve this question


























    up vote
    0
    down vote

    favorite












    I am unable to install and import Tensorflow on my PC. I have tried the below approach as mentioned on https://www.tensorflow.org/install/pip#package-location. I have also tried installation using Conda but the same problem appears. MS Visual C++ is also installed as mentioned on https://www.tensorflow.org/install/pip#package-location



    System information
    OS Platform: Windows 7 Service Pack1
    TensorFlow installed from (source or binary): https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.12.0-cp35-cp35m-win_amd64.whl
    TensorFlow version: 1.12
    Python version: 3.5.4 64-bit
    Installed using virtualenv



    Traceback (most recent call last):
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
    from tensorflow.python.pywrap_tensorflow_internal import *
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
    _pywrap_tensorflow_internal = swig_import_helper()
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
    mport_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
    ion)
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
    p.py", line 243, in load_module
    return load_dynamic(name, filename, file)
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
    p.py", line 343, in load_dynamic
    return _load(spec)
    ImportError: DLL load failed with error code -1073741795



    During handling of the above exception, another exception occurred:



    Traceback (most recent call last):
    File "", line 1, in
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflow_init_.py", line 24, in
    from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-im
    port
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpython_init_.py", line 49, in
    from tensorflow.python import pywrap_tensorflow
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow.py", line 74, in
    raise ImportError(msg)
    ImportError: Traceback (most recent call last):
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
    from tensorflow.python.pywrap_tensorflow_internal import *
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
    _pywrap_tensorflow_internal = swig_import_helper()
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
    te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
    mport_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
    ion)
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
    p.py", line 243, in load_module
    return load_dynamic(name, filename, file)
    File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
    p.py", line 343, in load_dynamic
    return _load(spec)
    ImportError: DLL load failed with error code -1073741795










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I am unable to install and import Tensorflow on my PC. I have tried the below approach as mentioned on https://www.tensorflow.org/install/pip#package-location. I have also tried installation using Conda but the same problem appears. MS Visual C++ is also installed as mentioned on https://www.tensorflow.org/install/pip#package-location



      System information
      OS Platform: Windows 7 Service Pack1
      TensorFlow installed from (source or binary): https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.12.0-cp35-cp35m-win_amd64.whl
      TensorFlow version: 1.12
      Python version: 3.5.4 64-bit
      Installed using virtualenv



      Traceback (most recent call last):
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
      from tensorflow.python.pywrap_tensorflow_internal import *
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
      _pywrap_tensorflow_internal = swig_import_helper()
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
      mport_helper
      _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
      ion)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 243, in load_module
      return load_dynamic(name, filename, file)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 343, in load_dynamic
      return _load(spec)
      ImportError: DLL load failed with error code -1073741795



      During handling of the above exception, another exception occurred:



      Traceback (most recent call last):
      File "", line 1, in
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflow_init_.py", line 24, in
      from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-im
      port
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpython_init_.py", line 49, in
      from tensorflow.python import pywrap_tensorflow
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow.py", line 74, in
      raise ImportError(msg)
      ImportError: Traceback (most recent call last):
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
      from tensorflow.python.pywrap_tensorflow_internal import *
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
      _pywrap_tensorflow_internal = swig_import_helper()
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
      mport_helper
      _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
      ion)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 243, in load_module
      return load_dynamic(name, filename, file)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 343, in load_dynamic
      return _load(spec)
      ImportError: DLL load failed with error code -1073741795










      share|improve this question













      I am unable to install and import Tensorflow on my PC. I have tried the below approach as mentioned on https://www.tensorflow.org/install/pip#package-location. I have also tried installation using Conda but the same problem appears. MS Visual C++ is also installed as mentioned on https://www.tensorflow.org/install/pip#package-location



      System information
      OS Platform: Windows 7 Service Pack1
      TensorFlow installed from (source or binary): https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.12.0-cp35-cp35m-win_amd64.whl
      TensorFlow version: 1.12
      Python version: 3.5.4 64-bit
      Installed using virtualenv



      Traceback (most recent call last):
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
      from tensorflow.python.pywrap_tensorflow_internal import *
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
      _pywrap_tensorflow_internal = swig_import_helper()
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
      mport_helper
      _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
      ion)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 243, in load_module
      return load_dynamic(name, filename, file)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 343, in load_dynamic
      return _load(spec)
      ImportError: DLL load failed with error code -1073741795



      During handling of the above exception, another exception occurred:



      Traceback (most recent call last):
      File "", line 1, in
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflow_init_.py", line 24, in
      from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-im
      port
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpython_init_.py", line 49, in
      from tensorflow.python import pywrap_tensorflow
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow.py", line 74, in
      raise ImportError(msg)
      ImportError: Traceback (most recent call last):
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow.py", line 58, in
      from tensorflow.python.pywrap_tensorflow_internal import *
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 28, in
      _pywrap_tensorflow_internal = swig_import_helper()
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibsi
      te-packagestensorflowpythonpywrap_tensorflow_internal.py", line 24, in swig_i
      mport_helper
      _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, descript
      ion)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 243, in load_module
      return load_dynamic(name, filename, file)
      File "C:UsersDeskAppDataLocalProgramsPythonPython35Scriptsvenvlibim
      p.py", line 343, in load_dynamic
      return _load(spec)
      ImportError: DLL load failed with error code -1073741795







      python tensorflow






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 10 at 16:32









      Ankur Bansal

      347




      347
























          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          If your CPU didn't support AVX instructions, you will get ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. (Win 10) or ImportError: DLL load failed with error code -1073741795 (Win 7) when using tensorflow official release 1.6.0 and up (pip install tensorflow)
          You can use pip install [filename].whl which file download from sse2 folder instead of using official AVX binary.



          Please verify whether the below command is working.
          pip3 install --upgrade tensorflow



          You can use the below link for reference of tensorflow-windows-wheel.
          https://github.com/fo40225/tensorflow-windows-wheel



          I have built tensorflow wheel without AVX.



          https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.6.0/py36/CPU/sse2



          I wish this .whl may help you.



          You can install the wheel file with pip. First change the current directory to install location. Then,



          pip install tensorflow-1.6.0-cp36-cp36m-win_amd64.whl



          If its not working please try to resolve it by downgrading protobuf from 3.6.1 to 3.6.0:



          pip install protobuf==3.6.0






          share|improve this answer























          • Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
            – Ankur Bansal
            Nov 13 at 10:09


















          up vote
          0
          down vote



          accepted










          Got it fixed post looking for similar answers in internet...I had to install the tensorflow version 1.5 and the tensorflow backend loaded seamlessly






          share|improve this answer





















            Your Answer






            StackExchange.ifUsing("editor", function () {
            StackExchange.using("externalEditor", function () {
            StackExchange.using("snippets", function () {
            StackExchange.snippets.init();
            });
            });
            }, "code-snippets");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "1"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241021%2ftensorflow-installation-issue-importerror-dll-load-failed-with-error-code-107%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            If your CPU didn't support AVX instructions, you will get ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. (Win 10) or ImportError: DLL load failed with error code -1073741795 (Win 7) when using tensorflow official release 1.6.0 and up (pip install tensorflow)
            You can use pip install [filename].whl which file download from sse2 folder instead of using official AVX binary.



            Please verify whether the below command is working.
            pip3 install --upgrade tensorflow



            You can use the below link for reference of tensorflow-windows-wheel.
            https://github.com/fo40225/tensorflow-windows-wheel



            I have built tensorflow wheel without AVX.



            https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.6.0/py36/CPU/sse2



            I wish this .whl may help you.



            You can install the wheel file with pip. First change the current directory to install location. Then,



            pip install tensorflow-1.6.0-cp36-cp36m-win_amd64.whl



            If its not working please try to resolve it by downgrading protobuf from 3.6.1 to 3.6.0:



            pip install protobuf==3.6.0






            share|improve this answer























            • Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
              – Ankur Bansal
              Nov 13 at 10:09















            up vote
            1
            down vote













            If your CPU didn't support AVX instructions, you will get ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. (Win 10) or ImportError: DLL load failed with error code -1073741795 (Win 7) when using tensorflow official release 1.6.0 and up (pip install tensorflow)
            You can use pip install [filename].whl which file download from sse2 folder instead of using official AVX binary.



            Please verify whether the below command is working.
            pip3 install --upgrade tensorflow



            You can use the below link for reference of tensorflow-windows-wheel.
            https://github.com/fo40225/tensorflow-windows-wheel



            I have built tensorflow wheel without AVX.



            https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.6.0/py36/CPU/sse2



            I wish this .whl may help you.



            You can install the wheel file with pip. First change the current directory to install location. Then,



            pip install tensorflow-1.6.0-cp36-cp36m-win_amd64.whl



            If its not working please try to resolve it by downgrading protobuf from 3.6.1 to 3.6.0:



            pip install protobuf==3.6.0






            share|improve this answer























            • Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
              – Ankur Bansal
              Nov 13 at 10:09













            up vote
            1
            down vote










            up vote
            1
            down vote









            If your CPU didn't support AVX instructions, you will get ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. (Win 10) or ImportError: DLL load failed with error code -1073741795 (Win 7) when using tensorflow official release 1.6.0 and up (pip install tensorflow)
            You can use pip install [filename].whl which file download from sse2 folder instead of using official AVX binary.



            Please verify whether the below command is working.
            pip3 install --upgrade tensorflow



            You can use the below link for reference of tensorflow-windows-wheel.
            https://github.com/fo40225/tensorflow-windows-wheel



            I have built tensorflow wheel without AVX.



            https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.6.0/py36/CPU/sse2



            I wish this .whl may help you.



            You can install the wheel file with pip. First change the current directory to install location. Then,



            pip install tensorflow-1.6.0-cp36-cp36m-win_amd64.whl



            If its not working please try to resolve it by downgrading protobuf from 3.6.1 to 3.6.0:



            pip install protobuf==3.6.0






            share|improve this answer














            If your CPU didn't support AVX instructions, you will get ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. (Win 10) or ImportError: DLL load failed with error code -1073741795 (Win 7) when using tensorflow official release 1.6.0 and up (pip install tensorflow)
            You can use pip install [filename].whl which file download from sse2 folder instead of using official AVX binary.



            Please verify whether the below command is working.
            pip3 install --upgrade tensorflow



            You can use the below link for reference of tensorflow-windows-wheel.
            https://github.com/fo40225/tensorflow-windows-wheel



            I have built tensorflow wheel without AVX.



            https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.6.0/py36/CPU/sse2



            I wish this .whl may help you.



            You can install the wheel file with pip. First change the current directory to install location. Then,



            pip install tensorflow-1.6.0-cp36-cp36m-win_amd64.whl



            If its not working please try to resolve it by downgrading protobuf from 3.6.1 to 3.6.0:



            pip install protobuf==3.6.0







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Nov 12 at 12:18

























            answered Nov 12 at 12:11









            Rahila T

            464




            464












            • Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
              – Ankur Bansal
              Nov 13 at 10:09


















            • Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
              – Ankur Bansal
              Nov 13 at 10:09
















            Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
            – Ankur Bansal
            Nov 13 at 10:09




            Thank you for the inputs. I tried with tensorflow 1.5 version and the problem was solved.
            – Ankur Bansal
            Nov 13 at 10:09












            up vote
            0
            down vote



            accepted










            Got it fixed post looking for similar answers in internet...I had to install the tensorflow version 1.5 and the tensorflow backend loaded seamlessly






            share|improve this answer

























              up vote
              0
              down vote



              accepted










              Got it fixed post looking for similar answers in internet...I had to install the tensorflow version 1.5 and the tensorflow backend loaded seamlessly






              share|improve this answer























                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                Got it fixed post looking for similar answers in internet...I had to install the tensorflow version 1.5 and the tensorflow backend loaded seamlessly






                share|improve this answer












                Got it fixed post looking for similar answers in internet...I had to install the tensorflow version 1.5 and the tensorflow backend loaded seamlessly







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 13 at 2:07









                Ankur Bansal

                347




                347






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241021%2ftensorflow-installation-issue-importerror-dll-load-failed-with-error-code-107%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Full-time equivalent

                    Bicuculline

                    さくらももこ