You are using pip version 8.1.1, however version 18.0 is available.

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u010801696/article/details/81839106

问题:

You are using pip version 8.1.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

解决方法:

wget https://bootstrap.pypa.io/get-pip.py

sudo python get-pip.py

即可

猜你喜欢

转载自blog.csdn.net/u010801696/article/details/81839106
今日推荐