You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command
此时执行
python -m pip install --upgrade pip 命令可以解决问题
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command
此时执行
python -m pip install --upgrade pip 命令可以解决问题