4

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?

phd
  • 82,685
  • 13
  • 120
  • 165
Wyren
  • 117
  • 1
  • 4
  • 16

1 Answers1

6

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

phd
  • 82,685
  • 13
  • 120
  • 165