Unable to install numpy python 2.6 -
i trying install numpy on python 2.6 (linux centos 6.8) pip
#pip install numpy collecting numpy retrying (retry(total=4, connect=none, read=none, redirect=none)) after connection broken 'protocolerror('connection aborted.', gaierror(-2, 'name or service not known'))': /simple/numpy/ ...//several more of same error not find version satisfies requirement numpy (from versions: ) no matching distribution found numpy
also tried easy_install, , got error
#easy_install numpy searching numpy reading http://pypi.python.org/simple/numpy/ download error: [errno -2] name or service not known -- packages may not found! reading http://pypi.python.org/simple/numpy/ download error: [errno -2] name or service not known -- packages may not found! couldn't find index page 'numpy' (maybe misspelled?) scanning index of packages (this may take while) reading http://pypi.python.org/simple/ download error: [errno -2] name or service not known -- packages may not found! no local packages or download links found numpy error: not find suitable distribution requirement.parse('numpy')
i'm guessing these errors reporting same root problem in different ways...does know issue , how fix it?
Comments
Post a Comment