-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Comments
Can you check if the "py" command is available? |
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? |
You should install python 3.10, This one is recommended. |
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. |
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. |
Thanks for the answer. I was able to run the program. |
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
The text was updated successfully, but these errors were encountered: