mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #296] 'auto-py-to-exe' is not recognized as an internal command or external, an executable program or a batch file. #260
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MeblIkea on GitHub (Aug 6, 2022).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/296
Quick Checks For You
Describe the bug
Hi, when I type
auto-py-to-exein CMD, it says'auto-py-to-exe' is not recognized as an internal command or external, an executable program or a batch file..I check on nitratine.net, I typed the command it says for having Python path, here is the outputs:
and here is my file explorer in
C:\Users\Meb\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0:There are no
Scriptsfolder.To Reproduce
Steps to reproduce the behavior:
pip install auto-py-to-exe(orpip3 install auto-py-to-exe)auto-py-to-exeExpected behavior
Is says:
'auto-py-to-exe' is not recognized as an internal command or external, an executable program or a batch file.Screenshots

Your Environment:
python --version): Python 3.10.2pip show auto-py-to-exe):pip show pyinstaller): 2.19.0pip show eel): 0.12.4@brentvollebregt commented on GitHub (Aug 6, 2022):
I have a funny feeling this may be due to the setup of your environment / usage of Python from the Windows Store.
Can you create a virtual environment and try to install auto-py-to-exe into that - if this works, we can say this is an environment issue.
@MeblIkea commented on GitHub (Aug 6, 2022):
Ooh yes, I installed it with Microsoft Store because on the past, I didn't check the "Add Python to environment variables" wheb Setup Python, so when I typed python, it open Microsoft Store, and I installed Python from here.
I'll try to uninstall the Microsoft Store version, and I'll see if it work. (It will probably destroy all my PyCharm interpreters).
So, after finding how Microsoft Store work, I successfully uninstalled python from Microsoft Store, and added it to PATH.
And, it worked!
Thanks @brentvolletbregt, really cool!