pyinstaller is not recognized as an internal or external command, operable program or batch file
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
add a comment |
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
add a comment |
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
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
pyinstaller
edited Nov 25 '18 at 20:36
Ankit
asked Nov 25 '18 at 20:05
AnkitAnkit
13
13
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Figured ; added above path
C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>
add a comment |
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Figured ; added above path
C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>
add a comment |
Figured ; added above path
C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>
add a comment |
Figured ; added above path
C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>
Figured ; added above path
C:UsersAnkit.AggarwalAppDataRoamingPythonPython36Scripts>
edited Nov 25 '18 at 23:47
eyllanesc
83.7k103562
83.7k103562
answered Nov 25 '18 at 22:23
AnkitAnkit
13
13
add a comment |
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
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
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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