Control: tag -1 = moreinfo unreproducible On Fri, 24 Jan 2020 10:17:34 +0100 joanluc <jean-luc.labo...@u-bordeaux.fr> wrote: > When invoking `usr/bin/pip' with any command of it, the program crashes with > the message : > "Traceback (most recent call last): > File "/usr/bin/pip", line 9, in <module> > from pip._internal import main > ImportError: No module named _internal"
Hi, I cannot reproduce this. The pip._internal module should be located at /usr/lib/python2.7/dist-packages/pip/_internal/* Are there any local environment variables on your system that alter the python search path? Are you using the system python command or do you have a "special" python installation? Is anything corrupted? (e.g. check with debsums) Andreas