found existing installation: pip 9.0.1,uninstalling pip-9.0.1
时间: 2024-05-05 16:15:08 浏览: 147
I'm sorry, as an AI language model I don't have access to your system to uninstall packages. However, if you want to uninstall pip version 9.0.1, you can use the following command in your terminal:
```
pip uninstall pip==9.0.1
```
This will uninstall pip version 9.0.1 from your system.
相关问题
Found existing installation: pip 22.3.1 Uninstalling pip-22.3.1: Successfully uninstalled pip-22.3.1 Successfully installed pip-23.1.2 (base) yonggangzhao@192 ~ % pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
根据你提供的信息,你已经成功卸载了pip 22.3.1并安装了pip 23.1.2。然后,你正在使用pip3安装torch、torchvision和torchaudio的预览版本。你将使用"https://download.pytorch.org/whl/nightly/cpu"作为索引URL。这是一个安装PyTorch的临时URL,它提供了最新的开发版本。这样安装是否成功呢?
Found existing installation: pip 21.1.3 Uninstalling pip-21.1.3: Would remove: d:\anaconda\lib\site-packages\pip d:\anaconda\lib\site-packages\pip-21.1.3-py3.9.egg-info d:\anaconda\scripts\pip-script.py d:\anaconda\scripts\pip.exe d:\anaconda\scripts\pip3-script.py d:\anaconda\scripts\pip3.exe Proceed (y/n)?
此消息表示您已经安装了较旧版本的pip(21.1.3),并询问您是否要卸载该版本以进行更新。根据您的需求和情况,您可以选择继续卸载或取消卸载。
如果您想更新pip到最新版本,可以选择继续卸载。输入 "y" 并按下回车键确认卸载。
如果您不想更新pip或不确定是否应该卸载,请输入 "n" 并按下回车键取消卸载。
请根据您的需求进行选择。如果您有任何其他问题,请随时提问。
阅读全文