Connecting to 139.199.38.16:22...
Connection established.
To escape to local shell, press 'Ctrl+Alt+]'.
Last login: Tue Aug 15 18:02:31 2017 from 117.158.25.204
[root@VM_184_74_centos ~]# pip install mysql-python
Collecting mysql-python
Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x17e3a50>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/mysql-python/
Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x17e3cd0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/mysql-python/
Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x17e3090>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/mysql-python/
Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x17e3390>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/mysql-python/
Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x17e3490>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/mysql-python/
Could not find a version that satisfies the requirement mysql-python (from versions: )
No matching distribution found for mysql-python
|