在Windows上的python 2.7.8上安装pip

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Windows上的python 2.7.8上安装pip相关的知识,希望对你有一定的参考价值。

我正在尝试将模块pip安装到python 2.7.8,这是arcGIS为您安装的。

我正在做安装pip的bootstrap方法,当我用cmd运行get-pip.py时遇到错误。

我收到以下错误:

警告(来自警告模块):文件“c: users vlaw appdata local temp tmpzamnrk pip.zip pip_vendor requests packages urllib3 util ssl_.py”,第122行InsecurePlatformWarning:真正的SSLContext对象不可用。这可以防止urllib3正确配置SSL,并可能导致某些SSL连接失败。您可以升级到较新版本的Python来解决此问题。有关更多信息,请参阅https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning。无法获取URL https://pypi.python.org/simple/pip/:确认ssl证书时出现问题:[Errno 1] _ssl.c:510:错误:14090086:SSL例程:SSL3_GET_SERVER_CERTIFICATE:证书验证失败 - 跳过要求已经是最新的:pip in c : esripyfldr arcgis10.3收集setuptools

警告(来自警告模块):文件“c: users vlaw appdata local temp tmpzamnrk pip.zip pip_vendor requests packages urllib3 util ssl_.py”,第122行InsecurePlatformWarning:真正的SSLContext对象不可用。这可以防止urllib3正确配置SSL,并可能导致某些SSL连接失败。您可以升级到较新版本的Python来解决此问题。有关更多信息,请参阅https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning。无法获取URL https://pypi.python.org/simple/setuptools/:确认ssl证书时出现问题:[Errno 1] _ssl.c:510:错误:14090086:SSL例程:SSL3_GET_SERVER_CERTIFICATE:证书验证失败 - 跳过[31m无法找到满足要求的版本setuptools(来自版本:)

我正在使用我公司的互联网。你认为防火墙是它给我错误的原因吗?

答案

您必须设置代理,因为您在防火墙内部并在防火墙外部安装文件。

Ubuntu的:

export http_proxy="http://<<username>>:<<password>>@<<proxy server>>:<<proxy_port>>"
export https_proxy="https://<<username>>:<<password>>@<<proxy server>>:<<proxy_port>>"

视窗:

set HTTP_PROXY=http://<<username>>:<<password>>@<<proxy server>>:<<proxy_port>>
set HTTPS_PROXY=https://<<username>>:<<password>>@<<proxy server>>:<<proxy_port>>
另一答案

我认为你应该首先下载get-pip.py,然后运行python get-pip.py

如果这不起作用,请使用python get-pip.py --prefix=/usr/local/

希望这可以帮助。

以上是关于在Windows上的python 2.7.8上安装pip的主要内容,如果未能解决你的问题,请参考以下文章

Python 3 pip 包安装在 Windows 上的 Ubuntu 上,出现 Errno 22 失败

Linux下升级安装Python-2.7.8版本

scapy在Windows上的安装

在Windows 上的 Python

在 windows 平台上的 Xampp 上运行 Python 代码

Windows 上的 Python - 编译