pip and pip3 do give me the same error if I upgrade them to the last version which is any time I try to call them:
Traceback (most recent call last):
File "/usr/bin/pip", line 11, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
Note that this error was not present on pip version 19.1.1 .
I am running Debian buster with a uname -a: Linux *** 4.19.0-6-amd64 #1 SMP Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64 GNU/Linux
And my python versions:
Python 2.7.16
Python 3.7.3
Thank you in advance for your help.