"Successfully installed package-version" text has version of uninstalled editable package, instead of installed version #3709
Labels
auto-locked
Outdated issues that have been locked by automation
Description:
pip install -e <path>
pip install
a different version from PyPIExpected last line of output to read "Successfully installed package-installed_version"
In the example below, I installed a local checkout of requests v2.0.0, then installed requests v2.10.0 from PyPI, and observed "Successfully installed requests-2.0.0" at the end.
NOTE: There is no functionality problem. The old version does get uninstalled, and the new version does get installed. The only thing wrong is the text.
What I've run:
The text was updated successfully, but these errors were encountered: