Displaying 1 result from an estimated 1 matches for "ushapld00050".
2015 Oct 06
0
python setup.py ssl error
...Some packages may not be found!
No local packages or download links found for six>=1.5
error: Could not find suitable distribution for
Requirement.parse('six>=1.5')
I thought this might be a proxy issue of some kind, but I have several
proxy values set in my environment:
[root at ushapld00050 s3cmd-1.6.0]# env | grep -i proxy
http_proxy=http://proxy.mycompany.com:80
https_proxy=http://proxy.mycompany.com:80
HTTPS_PROXY=http://proxy.mycompany.com:80
no_proxy=usushaplp461.mycompany.ge.com
HTTP_PROXY=http://proxy.mycompany.com:80
Can someone please give me a heads up as to how to resolve...