2016-03-31 13 views
-1

Ich versuche jira auf pip zu installieren, aber bin immer folgende Fehler:Fehler bei der Installation jira auf pip

/usr/lib64/nagios/plugins]#python -m pip install jira 
 
Collecting jira 
 
    Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known'))': /simple/jira/ 
 
    Could not find a version that satisfies the requirement jira (from versions:) 
 
No matching distribution found for jira

Jede Hilfe sehr geschätzt werden würde.

+0

sind Sie eine Firewall oder Proxy? –

+0

Ja, gibt es einen manuellen Weg, um diese Installation zu erreichen, oder was als Info zum Netzwerk-Admin –

+0

als @ Karimbetet angegeben werden müssen, sind Sie in einem Container? –

Antwort

0

Die ProtocolError besagt, dass pip versucht, /simple/jira/ als DNS-Hostname anstelle von pypi.python.org aufzulösen. Das Problem kann in ~/.pip/pip.conf liegen.

Sind Sie zufällig in einem Container?

Verwandte Themen