Upgrade to the latest version of pip

Many python libraries have requirements for pip version, the upgrade command is:

python -m pip install --upgrade pip

 

windows in cmd, enter the above command

Guess you like

Origin blog.csdn.net/zengmingen/article/details/106686901