标签: python-3.x pip updates
错误讯息: pkg_resources.DistributionNotFound:找不到'pip == 9.0.1'分布,是应用程序所必需的
当我更新pip3时获取错误。 我使用了commond:pip3 install -U pip 错误消息: enter image description here
我将pip3需要更改为9.0.3: enter image description here
错误消息已更改: enter image description here
哪里错了?