pyinstaller is not recognized as an internal or external command, operable program or batch file












0















I was able to create the path and install pyinstaller appropriately.




C:UsersAnkit.Aggarwal>pip install pyinstaller



Requirement already satisfied: pyinstaller in
c:usersankit.aggarwalappdataroamingpythonpython36site-packages
(3.4)



Requirement already satisfied: setuptools in c:program files (x86)microsoft visual studiosharedpython36_64libsite-packages (from pyinstaller) (39.0.1)



Requirement already satisfied: pefile>=2017.8.1
in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
(from pyinstaller) (2018.8.8)



Requirement already satisfied: macholib>=1.8 in
c:usersankit.aggarwalappdataroamingpythonpython36site-packages
(from pyinstaller) (1.11)



Requirement already satisfied: altgraph in



c:usersankit.aggarwalappdataroamingpythonpython36site-packages
(from pyinstaller) (0.16.1)



Requirement already satisfied: pywin32-ctypes in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
(from pyinstaller) (0.2.0)



Requirement already satisfied: future in
c:usersankit.aggarwalappdataroamingpythonpython36site-packages
(from pefile>=2017.8.1->pyinstaller) (0.17.1)
C:UsersAnkit.Aggarwal>pyinstaller



'pyinstaller' is not recognized as an internal or external command, operable program or batch file.




However , getting above error on executing simple pyinstaller command.
What am I missing?










share|improve this question





























    0















    I was able to create the path and install pyinstaller appropriately.




    C:UsersAnkit.Aggarwal>pip install pyinstaller



    Requirement already satisfied: pyinstaller in
    c:usersankit.aggarwalappdataroamingpythonpython36site-packages
    (3.4)



    Requirement already satisfied: setuptools in c:program files (x86)microsoft visual studiosharedpython36_64libsite-packages (from pyinstaller) (39.0.1)



    Requirement already satisfied: pefile>=2017.8.1
    in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
    (from pyinstaller) (2018.8.8)



    Requirement already satisfied: macholib>=1.8 in
    c:usersankit.aggarwalappdataroamingpythonpython36site-packages
    (from pyinstaller) (1.11)



    Requirement already satisfied: altgraph in



    c:usersankit.aggarwalappdataroamingpythonpython36site-packages
    (from pyinstaller) (0.16.1)



    Requirement already satisfied: pywin32-ctypes in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
    (from pyinstaller) (0.2.0)



    Requirement already satisfied: future in
    c:usersankit.aggarwalappdataroamingpythonpython36site-packages
    (from pefile>=2017.8.1->pyinstaller) (0.17.1)
    C:UsersAnkit.Aggarwal>pyinstaller



    'pyinstaller' is not recognized as an internal or external command, operable program or batch file.




    However , getting above error on executing simple pyinstaller command.
    What am I missing?










    share|improve this question



























      0












      0








      0








      I was able to create the path and install pyinstaller appropriately.




      C:UsersAnkit.Aggarwal>pip install pyinstaller



      Requirement already satisfied: pyinstaller in
      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (3.4)



      Requirement already satisfied: setuptools in c:program files (x86)microsoft visual studiosharedpython36_64libsite-packages (from pyinstaller) (39.0.1)



      Requirement already satisfied: pefile>=2017.8.1
      in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (2018.8.8)



      Requirement already satisfied: macholib>=1.8 in
      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (1.11)



      Requirement already satisfied: altgraph in



      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (0.16.1)



      Requirement already satisfied: pywin32-ctypes in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (0.2.0)



      Requirement already satisfied: future in
      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pefile>=2017.8.1->pyinstaller) (0.17.1)
      C:UsersAnkit.Aggarwal>pyinstaller



      'pyinstaller' is not recognized as an internal or external command, operable program or batch file.




      However , getting above error on executing simple pyinstaller command.
      What am I missing?










      share|improve this question
















      I was able to create the path and install pyinstaller appropriately.




      C:UsersAnkit.Aggarwal>pip install pyinstaller



      Requirement already satisfied: pyinstaller in
      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (3.4)



      Requirement already satisfied: setuptools in c:program files (x86)microsoft visual studiosharedpython36_64libsite-packages (from pyinstaller) (39.0.1)



      Requirement already satisfied: pefile>=2017.8.1
      in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (2018.8.8)



      Requirement already satisfied: macholib>=1.8 in
      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (1.11)



      Requirement already satisfied: altgraph in



      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (0.16.1)



      Requirement already satisfied: pywin32-ctypes in c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pyinstaller) (0.2.0)



      Requirement already satisfied: future in
      c:usersankit.aggarwalappdataroamingpythonpython36site-packages
      (from pefile>=2017.8.1->pyinstaller) (0.17.1)
      C:UsersAnkit.Aggarwal>pyinstaller



      'pyinstaller' is not recognized as an internal or external command, operable program or batch file.




      However , getting above error on executing simple pyinstaller command.
      What am I missing?







      pyinstaller






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 25 '18 at 20:36







      Ankit

















      asked Nov 25 '18 at 20:05









      AnkitAnkit

      13




      13
























          2 Answers
          2






          active

          oldest

          votes


















          0














          Figured ; added above path



          C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>





          share|improve this answer

































            0














            Are you sure the path for pyinstaller is correct? When you run the command, pip says pyinstaller is located in



            c:usersankit.aggarwalappdataroamingpythonpython36site-package


            I have no idea if this will work, and I have never experienced this problem, but it looks like you may be looking in the wrong directory for pyinstaller.






            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',
              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%2fstackoverflow.com%2fquestions%2f53471411%2fpyinstaller-is-not-recognized-as-an-internal-or-external-command-operable-progr%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









              0














              Figured ; added above path



              C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>





              share|improve this answer






























                0














                Figured ; added above path



                C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>





                share|improve this answer




























                  0












                  0








                  0







                  Figured ; added above path



                  C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>





                  share|improve this answer















                  Figured ; added above path



                  C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Nov 25 '18 at 23:47









                  eyllanesc

                  83.7k103562




                  83.7k103562










                  answered Nov 25 '18 at 22:23









                  AnkitAnkit

                  13




                  13

























                      0














                      Are you sure the path for pyinstaller is correct? When you run the command, pip says pyinstaller is located in



                      c:usersankit.aggarwalappdataroamingpythonpython36site-package


                      I have no idea if this will work, and I have never experienced this problem, but it looks like you may be looking in the wrong directory for pyinstaller.






                      share|improve this answer






























                        0














                        Are you sure the path for pyinstaller is correct? When you run the command, pip says pyinstaller is located in



                        c:usersankit.aggarwalappdataroamingpythonpython36site-package


                        I have no idea if this will work, and I have never experienced this problem, but it looks like you may be looking in the wrong directory for pyinstaller.






                        share|improve this answer




























                          0












                          0








                          0







                          Are you sure the path for pyinstaller is correct? When you run the command, pip says pyinstaller is located in



                          c:usersankit.aggarwalappdataroamingpythonpython36site-package


                          I have no idea if this will work, and I have never experienced this problem, but it looks like you may be looking in the wrong directory for pyinstaller.






                          share|improve this answer















                          Are you sure the path for pyinstaller is correct? When you run the command, pip says pyinstaller is located in



                          c:usersankit.aggarwalappdataroamingpythonpython36site-package


                          I have no idea if this will work, and I have never experienced this problem, but it looks like you may be looking in the wrong directory for pyinstaller.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Nov 25 '18 at 23:47









                          eyllanesc

                          83.7k103562




                          83.7k103562










                          answered Nov 25 '18 at 20:42









                          Beckett O'BrienBeckett O'Brien

                          3829




                          3829






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Stack Overflow!


                              • 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%2fstackoverflow.com%2fquestions%2f53471411%2fpyinstaller-is-not-recognized-as-an-internal-or-external-command-operable-progr%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

                              Tonle Sap (See)

                              I get strange results when I access the Sqlitedatabase with Unity C# via XAMPP

                              Guatemaltekische Davis-Cup-Mannschaft