python - pip install requests error -
trying install requests, getting following error message. tried manually download them , run same code based off local files, running same issue. don't think on requests side, getting same error message if try download through pip.
c:\users\212615669>pip install requests collecting requests retrying (retry(total=4, connect=none, read=none, redirect=none)) after connec tion broken 'newconnectionerror('<pip._vendor.requests.packages.urllib3.conne ction.verifiedhttpsconnection object @ 0x031251d0>: failed establish new c onnection: [errno 11004] getaddrinfo failed',)': /simple/requests/ retrying (retry(total=3, connect=none, read=none, redirect=none)) after connec tion broken 'newconnectionerror('<pip._vendor.requests.packages.urllib3.conne ction.verifiedhttpsconnection object @ 0x03125190>: failed establish new c onnection: [errno 11004] getaddrinfo failed',)': /simple/requests/ retrying (retry(total=2, connect=none, read=none, redirect=none)) after connec tion broken 'newconnectionerror('<pip._vendor.requests.packages.urllib3.conne ction.verifiedhttpsconnection object @ 0x03125090>: failed establish new c onnection: [errno 11004] getaddrinfo failed',)': /simple/requests/ retrying (retry(total=1, connect=none, read=none, redirect=none)) after connec tion broken 'newconnectionerror('<pip._vendor.requests.packages.urllib3.conne ction.verifiedhttpsconnection object @ 0x03121fd0>: failed establish new c onnection: [errno 11004] getaddrinfo failed',)': /simple/requests/ retrying (retry(total=0, connect=none, read=none, redirect=none)) after connec tion broken 'newconnectionerror('<pip._vendor.requests.packages.urllib3.conne ction.verifiedhttpsconnection object @ 0x03121eb0>: failed establish new c onnection: [errno 11004] getaddrinfo failed',)': /simple/requests/ not find version satisfies requirement requests (from version s: ) no matching distribution found requests
sudo -h pip install requests --proxy="my_proxy_name:port" try this
Comments
Post a Comment