pip install
won't install a package if you are in a directory with an egg-info of that package and version.
#2927
Labels
auto-locked
Outdated issues that have been locked by automation
So, if I do
python setup.py sdist && pip install dist/<package>
, it won't actually install the package, because that creates an egg-info in the current directory.This appears to have been introduced between 7.0.2 and 7.0.3.
The underlying issue here is perhaps the same as #2926
The text was updated successfully, but these errors were encountered: