Cannot install BS4 and cannot import/use any other packages in PyCharm





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







2















Sucessfully installed numpy, but when i import it in a program, it shows the following errors



Traceback (most recent call last):
File "D:Anacondalibsite-packagesnumpycore__init__.py", line 16, in <module>
from . import multiarray
ImportError: DLL load failed: Le module spécifié est introuvable.(specified module cannot be found)


During handling of the above exception, another exception occurred:



Traceback (most recent call last):
File "C:/Users/devan/PycharmProjects/PyTest/test1.py", line 1, in <module>
import numpy as np
File "D:Anacondalibsite-packagesnumpy__init__.py", line 142, in <module>
from . import add_newdocs
File "D:Anacondalibsite-packagesnumpyadd_newdocs.py", line 13, in <module>
from numpy.lib import add_newdoc
File "D:Anacondalibsite-packagesnumpylib__init__.py", line 8, in <module>
from .type_check import *
File "D:Anacondalibsite-packagesnumpylibtype_check.py", line 11, in <module>
import numpy.core.numeric as _nx
File "D:Anacondalibsite-packagesnumpycore__init__.py", line 26, in <module>
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.

Original error was: DLL load failed: Le module spécifié est introuvable.


Process finished with exit code 1









share|improve this question































    2















    Sucessfully installed numpy, but when i import it in a program, it shows the following errors



    Traceback (most recent call last):
    File "D:Anacondalibsite-packagesnumpycore__init__.py", line 16, in <module>
    from . import multiarray
    ImportError: DLL load failed: Le module spécifié est introuvable.(specified module cannot be found)


    During handling of the above exception, another exception occurred:



    Traceback (most recent call last):
    File "C:/Users/devan/PycharmProjects/PyTest/test1.py", line 1, in <module>
    import numpy as np
    File "D:Anacondalibsite-packagesnumpy__init__.py", line 142, in <module>
    from . import add_newdocs
    File "D:Anacondalibsite-packagesnumpyadd_newdocs.py", line 13, in <module>
    from numpy.lib import add_newdoc
    File "D:Anacondalibsite-packagesnumpylib__init__.py", line 8, in <module>
    from .type_check import *
    File "D:Anacondalibsite-packagesnumpylibtype_check.py", line 11, in <module>
    import numpy.core.numeric as _nx
    File "D:Anacondalibsite-packagesnumpycore__init__.py", line 26, in <module>
    raise ImportError(msg)
    ImportError:
    Importing the multiarray numpy extension module failed. Most
    likely you are trying to import a failed build of numpy.
    If you're working with a numpy git repo, try `git clean -xdf` (removes all
    files not under version control). Otherwise reinstall numpy.

    Original error was: DLL load failed: Le module spécifié est introuvable.


    Process finished with exit code 1









    share|improve this question



























      2












      2








      2








      Sucessfully installed numpy, but when i import it in a program, it shows the following errors



      Traceback (most recent call last):
      File "D:Anacondalibsite-packagesnumpycore__init__.py", line 16, in <module>
      from . import multiarray
      ImportError: DLL load failed: Le module spécifié est introuvable.(specified module cannot be found)


      During handling of the above exception, another exception occurred:



      Traceback (most recent call last):
      File "C:/Users/devan/PycharmProjects/PyTest/test1.py", line 1, in <module>
      import numpy as np
      File "D:Anacondalibsite-packagesnumpy__init__.py", line 142, in <module>
      from . import add_newdocs
      File "D:Anacondalibsite-packagesnumpyadd_newdocs.py", line 13, in <module>
      from numpy.lib import add_newdoc
      File "D:Anacondalibsite-packagesnumpylib__init__.py", line 8, in <module>
      from .type_check import *
      File "D:Anacondalibsite-packagesnumpylibtype_check.py", line 11, in <module>
      import numpy.core.numeric as _nx
      File "D:Anacondalibsite-packagesnumpycore__init__.py", line 26, in <module>
      raise ImportError(msg)
      ImportError:
      Importing the multiarray numpy extension module failed. Most
      likely you are trying to import a failed build of numpy.
      If you're working with a numpy git repo, try `git clean -xdf` (removes all
      files not under version control). Otherwise reinstall numpy.

      Original error was: DLL load failed: Le module spécifié est introuvable.


      Process finished with exit code 1









      share|improve this question
















      Sucessfully installed numpy, but when i import it in a program, it shows the following errors



      Traceback (most recent call last):
      File "D:Anacondalibsite-packagesnumpycore__init__.py", line 16, in <module>
      from . import multiarray
      ImportError: DLL load failed: Le module spécifié est introuvable.(specified module cannot be found)


      During handling of the above exception, another exception occurred:



      Traceback (most recent call last):
      File "C:/Users/devan/PycharmProjects/PyTest/test1.py", line 1, in <module>
      import numpy as np
      File "D:Anacondalibsite-packagesnumpy__init__.py", line 142, in <module>
      from . import add_newdocs
      File "D:Anacondalibsite-packagesnumpyadd_newdocs.py", line 13, in <module>
      from numpy.lib import add_newdoc
      File "D:Anacondalibsite-packagesnumpylib__init__.py", line 8, in <module>
      from .type_check import *
      File "D:Anacondalibsite-packagesnumpylibtype_check.py", line 11, in <module>
      import numpy.core.numeric as _nx
      File "D:Anacondalibsite-packagesnumpycore__init__.py", line 26, in <module>
      raise ImportError(msg)
      ImportError:
      Importing the multiarray numpy extension module failed. Most
      likely you are trying to import a failed build of numpy.
      If you're working with a numpy git repo, try `git clean -xdf` (removes all
      files not under version control). Otherwise reinstall numpy.

      Original error was: DLL load failed: Le module spécifié est introuvable.


      Process finished with exit code 1






      python pycharm






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 27 at 18:48









      RalfFriedl

      1,220247




      1,220247










      asked Jan 27 at 18:02









      01Dython01Dython

      111




      111






















          1 Answer
          1






          active

          oldest

          votes


















          0














          Should be fixed in PyCharm 2019.1 (https://youtrack.jetbrains.com/issue/PY-27234). Early Access Preview is available here https://www.jetbrains.com/pycharm/nextversion/.






          share|improve this answer
























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            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',
            autoActivateHeartbeat: false,
            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%2fsuperuser.com%2fquestions%2f1398992%2fcannot-install-bs4-and-cannot-import-use-any-other-packages-in-pycharm%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Should be fixed in PyCharm 2019.1 (https://youtrack.jetbrains.com/issue/PY-27234). Early Access Preview is available here https://www.jetbrains.com/pycharm/nextversion/.






            share|improve this answer




























              0














              Should be fixed in PyCharm 2019.1 (https://youtrack.jetbrains.com/issue/PY-27234). Early Access Preview is available here https://www.jetbrains.com/pycharm/nextversion/.






              share|improve this answer


























                0












                0








                0







                Should be fixed in PyCharm 2019.1 (https://youtrack.jetbrains.com/issue/PY-27234). Early Access Preview is available here https://www.jetbrains.com/pycharm/nextversion/.






                share|improve this answer













                Should be fixed in PyCharm 2019.1 (https://youtrack.jetbrains.com/issue/PY-27234). Early Access Preview is available here https://www.jetbrains.com/pycharm/nextversion/.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jan 28 at 9:00









                Pavel KarateevPavel Karateev

                1414




                1414






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1398992%2fcannot-install-bs4-and-cannot-import-use-any-other-packages-in-pycharm%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

                    If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                    Alcedinidae

                    Can an atomic nucleus contain both particles and antiparticles? [duplicate]