使用pip3安装软件时报如下错误:
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the ‘pip install –upgrade pip’ command.
解决办法:
升级pip3:pip3 install –upgrade pip
使用pip3安装软件时报如下错误:
You are using pip version 8.1.1, however version 9.0.1 is available.
You should consider upgrading via the ‘pip install –upgrade pip’ command.
解决办法:
升级pip3:pip3 install –upgrade pip