We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393c2e5 commit 530418dCopy full SHA for 530418d
news/5021.bugfix
@@ -1 +1 @@
1
-Package name should be normalized before we use it to search if it's already installed or not
+Use canonical package names while looking up already installed packages.
src/pip/_internal/commands/search.py
@@ -19,7 +19,6 @@
19
from pip._internal.network.xmlrpc import PipXmlrpcTransport
20
from pip._internal.utils.compat import get_terminal_size
21
from pip._internal.utils.logging import indent_log
22
-
23
from pip._internal.utils.misc import get_distribution, write_output
24
from pip._internal.utils.typing import MYPY_CHECK_RUNNING
25
0 commit comments