Search code examples
pipwinreg

Is the name of winreg module name is different in pip install?


How can i install winreg module?

When I try this

pip install winreg

It gives me this error:

  Could not find a version that satisfies the requirement winreg (from versions:)
  No matching distribution found for winreg

Is the name of winreg module name is different in pip install?


Solution

  • winreg is a built-in module, no need to install it.