在 Windows 的 Python 3.3 中使用 PIP 安装软件包

Install packages using PIP in Python 3.3 on Windows

我安装了 windows 7 和 Python 3.3。我也参考安装了piphttps://github.com/BurntSushi/nfldb/wiki/Python-&-pip-Windows-installation

我在安装包时遇到问题-

如果我运行,

它不会像

那样给出任何成功信息

'the package is installed'.

它基本上不显示任何 error/success 消息。请参考下面的截图 -

如何使用 pip 安装软件包,或者如何知道是否已成功安装软件包?

TIA, 桑凯特

您可以使用pip show package_name查看包是否安装或使用pip list查看所有已安装的包。

请按照official website说明安装pip或 尝试重新安装 Python