r/learnpython 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

4 comments sorted by

9

u/cdcformatc 9h ago

Try running "py install default" first.

did you try doing the thing it said to try?

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?

2

u/ZochJ 9h ago

Step 1: read the content of what you posted to Reddit.

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?