Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

pip

winreg

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?

like image 319
Wyren Avatar asked Oct 21 '25 19:10

Wyren


1 Answers

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

like image 118
phd Avatar answered Oct 23 '25 12:10

phd