Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86245
| From | David Aldrich <David.Aldrich@EMEA.NEC.COM> |
|---|---|
| Subject | How best to install path.py package on Centos 5? |
| Date | 2015-02-23 16:40 +0000 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.19089.1424712858.18130.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
Hi I want to install path.py in my Python 3.4 environment on a Centos 5 box. My /usr/local/bin/ contains: easy_install-3.4 python3.4 etc. We are behind a proxy server. I tried this: # /usr/local/bin/easy_install-3.4 path.py Searching for path.py Reading https://pypi.python.org/simple/path.py/ Download error on https://pypi.python.org/simple/path.py/: hostname '172.29.68.1 ' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org', 'docs.python.org', 'testpypi.python.org', 'bugs.python.org', 'wiki.python.org', 'hg.python.org', 'mail.python.org', 'packaging.python.org', 'pythonhosted.org', 'www.pythonhosted.org', 'test.pythonhosted.org', 'us.pycon.org', 'id.python.org' -- Some packages may not be found! Couldn't find index page for 'path.py' (maybe misspelled?) Am I best to use pip or easy_install? If easy_install, how can I fix the above error? Thanks in advance. David
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
How best to install path.py package on Centos 5? David Aldrich <David.Aldrich@EMEA.NEC.COM> - 2015-02-23 16:40 +0000
csiph-web