<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Package: python-pip<br>Version: 9.0.1-2+deb9u1<br><br>When I invoke `usr/bin/pip` i receive an error.<br><br>$ /usr/bin/pip<br>Traceback (most recent call last):<br>  File "/usr/bin/pip", line 9, in <module><br>    from pip import main<br>ImportError: cannot import name main<br><br>Changing `from pip import main` to `from pip._internal import main as main` within `/usr/bin/pip` resolves the issue:</div><div dir="ltr"><br></div><div>Started seeing this issue after updating <a href="https://tracker.debian.org/news/1038095/accepted-python-pip-901-2deb9u1-source-all-into-proposed-updates-stable-new-proposed-updates/">https://tracker.debian.org/news/1038095/accepted-python-pip-901-2deb9u1-source-all-into-proposed-updates-stable-new-proposed-updates/</a></div><div dir="ltr"><br></div><div>I am using Debian stretch 9.9</div></div></div></div></div>