Open matt32106 opened 3 years ago
This seems to fix something wrong in pip:
For pip2.7, you can at first
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
then
python2.7 get-pip.py --force-reinstall
to reinstall pip.
When you run pipupgrade there is no more error afterwards.