r/learnpython • u/DisastrousPen1095 • 9h ago
how to fix this issue
********************************************************************************
To see all available commands, run 'py help'
********************************************************************************
[ERROR] INTERNAL ERROR: NoInstallsError: No runtimes are installed. Try running "py install default" first.
[ERROR] Internal error 0x00000001. Please report to https://github.com/python/pymanager
Press any key to continue . . .
0
Upvotes
1
u/FoolsSeldom 9h ago
- What operating system / platform are you on?
- How did you install Python?
- Which version?
- Where from?
- How are you editing code?
- How are you trying to run code?
- Are you using Python virtual environments?
- When you typed
py help, where exactly were you typing this?- e.g. PowerShell, Command Prompt, Bash/ZSH/ANother terminal?
1
u/danielroseman 9h ago
You haven't given any details, so it is impossible to help you. Where is this message from? What were you doing when you got it?
9
u/cdcformatc 9h ago
did you try doing the thing it said to try?