天天看点

升级Python依赖包报错

Cannot uninstall 'pyparsing'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决:sudo pip install --ignore-installed +模块名  强制升级下