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

时间:2017-10-25 03:54:59

标签: python-3.x pip python-requests packages

我安装了Python 3.3的Windows 7。我还通过参考以下内容安装了piphttps://github.com/BurntSushi/nfldb/wiki/Python-&-pip-Windows-installation

我遇到了包安装问题 -

如果我跑,

  • C:\Python33\Scripts> pip install requests
    (或)
  • C:\Python33\Scripts>pip install -U googlemaps

它没有给出任何成功的消息,如

  

'软件包已安装'。

基本上没有显示任何错误/成功消息。请参考下面的截图 -

enter image description here

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

TIA, SANKET。

1 个答案:

答案 0 :(得分:1)

您可以使用array检查软件包是否已安装,或使用pip show package_name查看所有已安装的软件包。

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