2016-12-20 56 views
5

我想在我的蟒蛇2.6.6安装点子,我有的Oracle Linux 6中错误:没有匹配的分布发现PIP

我跟着这个链接Link

给出的答案我下载get-pip.py文件,并运行以下命令

sudo python2.6 get-pip.py 

不过,我得到以下错误

[[email protected] Downloads]# sudo python2.6 get-pip.py 
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6 
Collecting pip 
    Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3cad210>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pip/ 
    Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3cadad0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pip/ 
    Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3cad6d0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pip/ 
    Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3cad790>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pip/ 
    Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x3cad110>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/pip/ 
    Could not find a version that satisfies the requirement pip (from versions:) 
No matching distribution found for pip 

错误显示了一些网络问题,但我在这里有全开放互联网接入。

我该如何安装pip?

我也试过荫,yum install python-pip但它给下面的消息

[[email protected] ~]# yum install python-pip 
Loaded plugins: refresh-packagekit, security, ulninfo 
Setting up Install Process 
No package python-pip available. 
Error: Nothing to do 

更新1

我用下面的命令,

python get-pip.py --proxy="MY_PROXY" 

我得到以下错误

DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6 
    Collecting pip 
    Exception: 
    Traceback (most recent call last): 
     File "/tmp/tmpnz7ISh/pip.zip/pip/basecommand.py", line 215, in main 
     status = self.run(options, args) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/commands/install.py", line 324, in run 
     requirement_set.prepare_files(finder) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/req/req_set.py", line 380, in prepare_files 
     ignore_dependencies=self.ignore_dependencies)) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/req/req_set.py", line 554, in _prepare_file 
     require_hashes 
     File "/tmp/tmpnz7ISh/pip.zip/pip/req/req_install.py", line 278, in populate_link 
     self.link = finder.find_requirement(self, upgrade) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/index.py", line 465, in find_requirement 
     all_candidates = self.find_all_candidates(req.name) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/index.py", line 423, in find_all_candidates 
     for page in self._get_pages(url_locations, project_name): 
     File "/tmp/tmpnz7ISh/pip.zip/pip/index.py", line 568, in _get_pages 
     page = self._get_page(location) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/index.py", line 683, in _get_page 
     return HTMLPage.get_page(link, session=self.session) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/index.py", line 792, in get_page 
     "Cache-Control": "max-age=600", 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/sessions.py", line 488, in get 
     return self.request('GET', url, **kwargs) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/download.py", line 386, in request 
     return super(PipSession, self).request(method, url, *args, **kwargs) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/sessions.py", line 475, in request 
     resp = self.send(prep, **send_kwargs) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/sessions.py", line 596, in send 
     r = adapter.send(request, **kwargs) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/cachecontrol/adapter.py", line 47, in send 
     resp = super(CacheControlAdapter, self).send(request, **kw) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/adapters.py", line 390, in send 
     conn = self.get_connection(request.url, proxies) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/adapters.py", line 290, in get_connection 
     proxy_manager = self.proxy_manager_for(proxy) 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/adapters.py", line 184, in proxy_manager_for 
     **proxy_kwargs 
     File "/tmp/tmpnz7ISh/pip.zip/pip/_vendor/requests/adapters.py", line 43, in SOCKSProxyManager 
     raise InvalidSchema("Missing dependencies for SOCKS support.") 
    InvalidSchema: Missing dependencies for SOCKS support. 
+0

可能:'弃用: Python核心团队不再支持Python 2.6,请升级您的Python。未来版本的点将放弃支持Python 2.6 收集点' – iFlo

+0

我不能升级我的python,我必须忍受这一点。 :( –

+0

你使用的是代理服务器吗?sudo不会从你当前的代理服务器参数中剔除,如果是的话,试试:'python get-pip.py --proxy =“[user:passwd @] proxy.server:port”' – iFlo

回答

5

由于使用sudo,这是代理问题。使用sudo启动命令不会确保像export http_proxy=<MY_PROXY>这样的输出仍处于最新状态。

你应该试试:

python get-pip.py --proxy="[user:[email protected]]proxy.server:port" 

,如果你没有用户/ passwd文件刚:

python get-pip.py --proxy="proxy.server:port" 

例子:

python get-pip.py --proxy="192.168.0.12:3128" 
+0

我需要在双引号提供代理吗? –

+0

嗨,请参阅我的更新1,我得到错误 –

相关问题