Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION] Enable to run py command! #211

Open
KStormStudio opened this issue Feb 4, 2024 · 6 comments
Open

[QUESTION] Enable to run py command! #211

KStormStudio opened this issue Feb 4, 2024 · 6 comments
Labels
user question A question is asked by a user.

Comments

@KStormStudio
Copy link

I got this error message launching run.bat..: enable to run PY command. which is strange because Im also running other python programs. Should I installed or copy an additional library into the main folder?

Many thanks in advance

@KStormStudio KStormStudio added the user question A question is asked by a user. label Feb 4, 2024
@gitmylo
Copy link
Owner

gitmylo commented Feb 9, 2024

Can you check if the "py" command is available?
You can run py -0, and it should list which versions you have installed.
However, if you get 'py' is not recognized as an internal or external command, operable program or batch file., you should make sure you have python installed from python.org, preferrably 3.10.8. With the py launcher option enabled in the installer.

@KStormStudio
Copy link
Author

Hi so sorry for my late reply, I've trying different way. So where should I type "py -0" in Windows command prompt? yes I got the message mentioned, strange cause i have another Python software running properly, but I see that python is included in his folder. So what shoild I do in this case?

@gitmylo
Copy link
Owner

gitmylo commented Feb 20, 2024

You should install python 3.10, This one is recommended.

@edyapd
Copy link

edyapd commented Mar 19, 2024

I installed Python 3.10, but the command "py -0" still throws an error. When I type the command "python --version," it shows Python 3.10.13. Consequently, installation files do not run, even if I change "py" to "python" in them. It still gives an error that an unknown key -V.

@gitmylo
Copy link
Owner

gitmylo commented Mar 19, 2024

You don't need to make any changes, the warning just indicates that py isn't found, and it falls back on your default python install through the python command. You do not need to make changes to the launch scripts.

@edyapd
Copy link

edyapd commented Mar 20, 2024

Thanks for the answer. I was able to run the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user question A question is asked by a user.
Projects
None yet
Development

No branches or pull requests

3 participants