Moving pip main function to own module broke dependent packages #7220
Labels
auto-locked
Outdated issues that have been locked by automation
resolution: duplicate
Duplicate of an existing issue/PR
type: support
User Support
Environment
We're managing dependencies with pipenv, version 2018.10.13
Description
As part of the 19.3 release, pip main function was moved to it's own module 09fd200
This is breaking packages that import and run pip.main with this error
This change was not listed in the deprecation section for 19.3 https://pip.pypa.io/en/stable/news/#id1
Expected behavior
Expected dependent package to import and run pip main.
The text was updated successfully, but these errors were encountered: