pip install foo-bar failed even foo.bar package existed #5877
Labels
auto-locked
Outdated issues that have been locked by automation
C: finder
PackageFinder and index related code
resolution: duplicate
Duplicate of an existing issue/PR
Environment
Description
If there's a package named
foo.bar
in pypi, doing:returns
foo.bar
. But installing failed:Expected behavior
pip install foo-bar
orpip install foo.bar
successfully install packagefoo.bar
How to Reproduce
pip install -U pip
pip install -v dogpile-cache
Output
The text was updated successfully, but these errors were encountered: